Skip to content

Commit

Permalink
Fix for a problem of the checkout action
Browse files Browse the repository at this point in the history
The checkout action does not work with annotated tags.
See actions/checkout#290.
  • Loading branch information
kui committed Nov 4, 2023
1 parent 930576e commit bc009c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
- name: Build
run: docker compose run make zip
- name: Release
run: gh release create ${{ github.ref }} knavi.zip --notes-from-tag
run: gh release create ${{ github.ref }} knavi.zip --notes-file changelog/${{ github.ref_name }}.md
env:
GH_TOKEN: ${{ github.token }}
3 changes: 3 additions & 0 deletions changelog/test4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# test4

This is a description of test4.

0 comments on commit bc009c4

Please sign in to comment.