Skip to content

Commit

Permalink
build: update release workflow step
Browse files Browse the repository at this point in the history
  • Loading branch information
ImMin5 committed Oct 21, 2024
1 parent 2c8a28f commit ecad42c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dispatch_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.PAT_TOKEN }}
branch: master
branch: ${{ github.ref }}
- name: notice when job fails
if: failure()
uses: 8398a7/action-slack@v3.2.0
Expand Down

0 comments on commit ecad42c

Please sign in to comment.