Skip to content

Commit

Permalink
improve gh action for release
Browse files Browse the repository at this point in the history
  • Loading branch information
zzunebye committed Aug 17, 2024
1 parent 6990c28 commit 3e00c46
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 @@ -31,5 +31,6 @@ jobs:
gh release create "$tag" \
--title="$tag" \
--draft \
--notes "$(date +'%Y-%m-%d')\n\n" \
--generate-notes \
--notes "$(date +'%Y-%m-%d')" \
main.js manifest.json styles.css

0 comments on commit 3e00c46

Please sign in to comment.