Skip to content

Commit 3659b91

Browse files
committed
Pin prepare action release to specific commit
1 parent e200a70 commit 3659b91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
jobs:
1616
release:
1717
runs-on: ubuntu-latest
18-
name: "Release a new version"
18+
name: 'Release a new version'
1919
steps:
2020
- name: Get auth token
2121
id: token
@@ -29,7 +29,7 @@ jobs:
2929
token: ${{ steps.token.outputs.token }}
3030
fetch-depth: 0
3131
- name: Prepare release
32-
uses: getsentry/action-prepare-release@v1
32+
uses: getsentry/action-prepare-release@c8e1c2009ab08259029170132c384f03c1064c0e
3333
env:
3434
GITHUB_TOKEN: ${{ steps.token.outputs.token }}
3535
with:

0 commit comments

Comments
 (0)