Skip to content

Commit 6397268

Browse files
authored
ci(release): Use the latest version of publish (#1201)
Upgrade to latest version of `getsentry/action-prepare-release` (from 1.1 to 1.3+)
1 parent 7534c41 commit 6397268

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
token: ${{ secrets.GH_RELEASE_PAT }}
2121
fetch-depth: 0
2222
- name: Prepare release
23-
uses: getsentry/action-prepare-release@v1.1
23+
uses: getsentry/action-prepare-release@v1
2424
env:
2525
GITHUB_TOKEN: ${{ secrets.GH_RELEASE_PAT }}
2626
with:

0 commit comments

Comments
 (0)