We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 688af68 commit d67a26bCopy full SHA for d67a26b
.github/workflows/main.yml
@@ -56,7 +56,7 @@ jobs:
56
57
- name: Create Release
58
if: ${{ github.ref == 'refs/heads/main' }}
59
- uses: actions/github-script@v6
+ uses: actions/github-script@v7
60
with:
61
github-token: ${{ github.token }}
62
script: |
0 commit comments