Skip to content

Commit

Permalink
chore: update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
RakuJa committed May 30, 2024
1 parent 8b2aa2a commit 11a1da2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
on: [release]
env:
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}

jobs:
changelog:
Expand Down Expand Up @@ -28,4 +26,4 @@ jobs:
set +e
git add CHANGELOG.md
git commit --no-verify -m "Update changelog"
git push https://${{ secrets.GITHUB_TOKEN }}@github.com/${GITHUB_REPOSITORY}.git ${{ env.BRANCH_NAME }}
git push https://${{ secrets.GITHUB_TOKEN }}@github.com/${GITHUB_REPOSITORY}.git master

0 comments on commit 11a1da2

Please sign in to comment.