Skip to content

Commit beaf207

Browse files
committed
use the version tag
1 parent 8974ce9 commit beaf207

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/release.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ jobs:
1313
runs-on: ubuntu-latest
1414
name: 'Release a new version'
1515
steps:
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v2
1717
with:
1818
token: ${{ secrets.GH_RELEASE_PAT }}
1919
fetch-depth: 0
20-
- name: Prepare release
21-
uses: getsentry/action-prepare-release@2cfce9ae4b4ef7bf34e0b7f32869128e7c903e51
22-
env:
23-
GITHUB_TOKEN: ${{ secrets.GH_RELEASE_PAT }}
24-
with:
25-
version: ${{ github.event.inputs.version }}
26-
force: ${{ github.event.inputs.force }}
20+
- name: Prepare release
21+
uses: getsentry/action-prepare-release@v1
22+
env:
23+
GITHUB_TOKEN: ${{ secrets.GH_RELEASE_PAT }}
24+
with:
25+
version: ${{ github.event.inputs.version }}
26+
force: ${{ github.event.inputs.force }}

0 commit comments

Comments
 (0)