generated from getsentry/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 57
Closed as not planned
Labels
BugSomething isn't workingSomething isn't working
Description
Github Sentry Action Release Bug Report
Environment
How do you use this action?
Standard Github runners, container built on top of archlinux:base
Which version of the action?
getsentry/action-release@v1.3.1
Steps to Reproduce
- Setup action in our CI, triggered on every commit to master
- name: Create Sentry release
uses: getsentry/action-release@v1.3.1
env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
SENTRY_ORG: ${{ secrets.SENTRY_ORG }}
with:
environment: prod
projects: frontend
sourcemaps: frontend
version: ${{ github.sha }}
dist: ${{ github.sha }}
url_prefix: "~"
- Make multiples commits to master
- Check info about releases into Sentry
Expected Result
Have only 1 commit in every release.
Actual Result
Most of the time, commits are properly set within releases (just 1), but sometimes a discrepancy happens and a release contains multiple commits (for which releases already exist):
see here commits in the latest release (including previous fe51918):

see here the release just before (which includes fe51918):

links to sentry if you have access: erroneous release, right release before that & list of our releases
There is no relevant info in the logs of the action.
Tag0Mag0 and cfbender
Metadata
Metadata
Assignees
Labels
BugSomething isn't workingSomething isn't working