We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e200a70 commit 3659b91Copy full SHA for 3659b91
1 file changed
.github/workflows/release.yml
@@ -15,7 +15,7 @@ on:
15
jobs:
16
release:
17
runs-on: ubuntu-latest
18
- name: "Release a new version"
+ name: 'Release a new version'
19
steps:
20
- name: Get auth token
21
id: token
@@ -29,7 +29,7 @@ jobs:
29
token: ${{ steps.token.outputs.token }}
30
fetch-depth: 0
31
- name: Prepare release
32
- uses: getsentry/action-prepare-release@v1
+ uses: getsentry/action-prepare-release@c8e1c2009ab08259029170132c384f03c1064c0e
33
env:
34
GITHUB_TOKEN: ${{ steps.token.outputs.token }}
35
with:
0 commit comments