Skip to content

Commit

Permalink
fix: github ci release name issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ckt1031 committed Jun 28, 2023
1 parent 6947575 commit 3051486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ jobs:
- run: pnpm build

- name: Release
if: startsWith(github.ref, 'refs/tags/')
uses: softprops/action-gh-release@v1
with:
files: |
main.js
manifest.json
styles.css
tag_name: ${{ github.ref }}
draft: false
prerelease: false

0 comments on commit 3051486

Please sign in to comment.