Skip to content

Commit

Permalink
fix again
Browse files Browse the repository at this point in the history
  • Loading branch information
jendave committed Jun 7, 2024
1 parent bc0404b commit d003511
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 @@ -118,6 +118,6 @@ jobs:
draft: ${{ github.event.release.unpublished }}
prerelease: ${{ github.event.release.prerelease }}
token: ${{ secrets.GITHUB_TOKEN }}
artifacts: "./dist/module.json, ./dist/module.zip"
artifacts: "./dist/token-note-hover/module.json, ./dist/token-note-hover/module.zip"
tag: ${{ github.event.release.tag_name }}
body: ${{ github.event.release.body }}

0 comments on commit d003511

Please sign in to comment.