We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 556ada5 commit a2f6db5Copy full SHA for a2f6db5
.github/workflows/release-tag.yml
@@ -18,7 +18,7 @@ jobs:
18
token: ${{ secrets.PUSH_RELEASE_TRAINS_PAT }}
19
fetch-depth: 0
20
- name: Import public GPG keys to verify the tag
21
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
22
with:
23
github-token: ${{secrets.GITHUB_TOKEN}}
24
script: |
@@ -66,7 +66,7 @@ jobs:
66
git cat-file tag "$GITHUB_REF" | sed -e '1,/^$/d' -e '/-----BEGIN PGP SIGNATURE-----/,$d' >body
67
- name: Create Release
68
if: github.repository_owner == 'git-for-windows'
69
70
71
72
0 commit comments