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:
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 }}
You can’t perform that action at this time.
0 commit comments