Skip to content

Commit a9c268c

Browse files
committed
Fix workflow
1 parent 4cbf608 commit a9c268c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/main.yml

-3
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,8 @@ jobs:
6464
name: output
6565

6666
- name: Publish Release on GitHub
67-
env:
68-
GITHUB_TOKEN: $GITHUB_TOKEN
6967
run: |
7068
VERSION=$(cat ./output/version.txt)
7169
echo "GITHUB_TOKEN"
7270
echo $GITHUB_TOKEN
73-
echo {{ env.GITHUB_TOKEN }}
7471
gh release create $VERSION ./output/ShaderToy-Chrome-Plugin-$VERSION.zip --title "$VERSION" --notes "Release of version $VERSION"

0 commit comments

Comments
 (0)