File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -13,14 +13,14 @@ jobs:
13
13
runs-on : ubuntu-latest
14
14
name : ' Release a new version'
15
15
steps :
16
- - uses : actions/checkout@v2
16
+ - uses : actions/checkout@v2
17
17
with :
18
18
token : ${{ secrets.GH_RELEASE_PAT }}
19
19
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 }}
You can’t perform that action at this time.
0 commit comments