We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62daa41 commit dc6ac38Copy full SHA for dc6ac38
1 file changed
examples/deploy-on-pushing-a-new-tag-and-create-release-with-attached-zip.yml
@@ -27,4 +27,5 @@ jobs:
27
with:
28
files: ${{github.workspace}}/${{ github.event.repository.name }}.zip
29
env:
30
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
31
+
0 commit comments