We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cbf608 commit a9c268cCopy full SHA for a9c268c
.github/workflows/main.yml
@@ -64,11 +64,8 @@ jobs:
64
name: output
65
66
- name: Publish Release on GitHub
67
- env:
68
- GITHUB_TOKEN: $GITHUB_TOKEN
69
run: |
70
VERSION=$(cat ./output/version.txt)
71
echo "GITHUB_TOKEN"
72
echo $GITHUB_TOKEN
73
- echo {{ env.GITHUB_TOKEN }}
74
gh release create $VERSION ./output/ShaderToy-Chrome-Plugin-$VERSION.zip --title "$VERSION" --notes "Release of version $VERSION"
0 commit comments