Skip to content

Commit

Permalink
Refactor build.yml to update release action configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
lmxx1234567 committed Sep 30, 2024
1 parent cc29d4c commit c713da9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
uses: softprops/action-gh-release@v1
with:
files: dist/*
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.RELEASE_TOKEN }}
name: v${{ steps.get_version.outputs.version }}
body: nightly build
tag_name: v${{ steps.get_version.outputs.version }}
Expand Down

0 comments on commit c713da9

Please sign in to comment.