Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
patuwwy committed Oct 2, 2024
1 parent c2bb62e commit 4cbf608
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,7 @@ jobs:
GITHUB_TOKEN: $GITHUB_TOKEN
run: |
VERSION=$(cat ./output/version.txt)
echo "GITHUB_TOKEN"
echo $GITHUB_TOKEN
echo {{ env.GITHUB_TOKEN }}
gh release create $VERSION ./output/ShaderToy-Chrome-Plugin-$VERSION.zip --title "$VERSION" --notes "Release of version $VERSION"

0 comments on commit 4cbf608

Please sign in to comment.