Skip to content

Commit

Permalink
feat: Add github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ymatagne committed Sep 20, 2024
1 parent fe81926 commit e7be6fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GH_RELEASE_VIEW }}
run: |
echo "GH_TOKEN is set to: $GH_TOKEN"
gh release create ${{ github.ref_name }} \
--title "Release ${{ github.ref_name }}" \
--generate-notes

0 comments on commit e7be6fd

Please sign in to comment.