Skip to content

Commit

Permalink
Fix Release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
0918nobita committed Dec 23, 2023
1 parent 5921d75 commit 107d3d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- run: npm run build
- uses: ncipollo/release-action@v1
with:
artifacts: 'dist/index.js,dist/styles.css,manifest.json'
body: |
Please refer to [CHANGELOG.md](https://github.com/0918nobita/obsidian-zhongwen-block/blob/main/CHANGELOG.md) for details.
artifacts: 'dist/index.js,dist/styles.css,manifest.json'
token: ${{ secrets.GH_RELEASE_TOKEN }}

0 comments on commit 107d3d4

Please sign in to comment.