Skip to content

Commit

Permalink
fix: ci publish
Browse files Browse the repository at this point in the history
  • Loading branch information
snorreks committed Mar 5, 2024
1 parent ccb8092 commit 6040bd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
uses: softprops/action-gh-release@v1
with:
files: build/**/*.zip
token: ${{ secrets.GH_TOKEN }}
token: ${{ secrets.RELEASE_TOKEN }}
- name: Set Download URLs
run: |
echo "Release output: ${{ toJson(steps.create-release.outputs) }}"
Expand Down

0 comments on commit 6040bd3

Please sign in to comment.