We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfc1af2 commit 7e62638Copy full SHA for 7e62638
.github/workflows/release.yml
@@ -20,7 +20,7 @@ jobs:
20
steps:
21
- name: Generate Insomnia Automation app token
22
id: app-token
23
- uses: actions/create-github-app-token@v2
+ uses: actions/create-github-app-token@v3
24
with:
25
app-id: ${{ secrets.GHA_INSOMNIA_AUTOMATION_APP_ID }}
26
private-key: ${{ secrets.GHA_INSOMNIA_AUTOMATION_PRIVATE_KEY }}
@@ -50,8 +50,8 @@ jobs:
50
51
- name: Push version commit and tags
52
run: |
53
+ git push origin v${{ env.TAG }}
54
git push origin master
- git push origin --tags
55
56
- name: Create Tag and Release
57
uses: ncipollo/release-action@440c8c1cb0ed28b9f43e4d1d670870f059653174 # v1
0 commit comments