Skip to content

Commit 0292f62

Browse files
Bump getsentry/action-release from 1 to 2
Bumps [getsentry/action-release](https://github.com/getsentry/action-release) from 1 to 2. - [Release notes](https://github.com/getsentry/action-release/releases) - [Changelog](https://github.com/getsentry/action-release/blob/master/CHANGELOG.md) - [Commits](getsentry/action-release@v1...v2) --- updated-dependencies: - dependency-name: getsentry/action-release dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2cc36e4 commit 0292f62

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
fetch-depth: 0
1616
- name: Upload commits to Sentry release
17-
uses: getsentry/action-release@v1
17+
uses: getsentry/action-release@v2
1818
env:
1919
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
2020
SENTRY_ORG: jeffrey-yasskin

.github/workflows/staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
fetch-depth: 0
1919
- name: Upload commits to Sentry release
20-
uses: getsentry/action-release@v1
20+
uses: getsentry/action-release@v2
2121
env:
2222
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
2323
SENTRY_ORG: jeffrey-yasskin

0 commit comments

Comments
 (0)