Skip to content

Commit 7e62638

Browse files
committed
use latest token action
1 parent bfc1af2 commit 7e62638

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
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- name: Generate Insomnia Automation app token
2222
id: app-token
23-
uses: actions/create-github-app-token@v2
23+
uses: actions/create-github-app-token@v3
2424
with:
2525
app-id: ${{ secrets.GHA_INSOMNIA_AUTOMATION_APP_ID }}
2626
private-key: ${{ secrets.GHA_INSOMNIA_AUTOMATION_PRIVATE_KEY }}
@@ -50,8 +50,8 @@ jobs:
5050
5151
- name: Push version commit and tags
5252
run: |
53+
git push origin v${{ env.TAG }}
5354
git push origin master
54-
git push origin --tags
5555
5656
- name: Create Tag and Release
5757
uses: ncipollo/release-action@440c8c1cb0ed28b9f43e4d1d670870f059653174 # v1

0 commit comments

Comments
 (0)