Skip to content

Commit

Permalink
♻️ Switch from hub to gh
Browse files Browse the repository at this point in the history
  • Loading branch information
elgohr committed Oct 5, 2023
1 parent d742603 commit dbf611f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ jobs:
run: |
git config --global user.email "[email protected]"
git config --global user.name "Release Bot"
git tag -fa v4 -m "Update v4 tag"
git push origin v4 --force
git tag -fa v5 -m "Update v5 tag"
git push origin v5 --force
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Create a Release
uses: elgohr/Github-Release-Action@v4
uses: elgohr/Github-Release-Action@v5
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
with:
Expand Down
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/sh
hub release create -m "${INPUT_TITLE}" "$(date +%Y%m%d%H%M%S)"
gh release create -t "${INPUT_TITLE}" "$(date +%Y%m%d%H%M%S)" --generate-notes

0 comments on commit dbf611f

Please sign in to comment.