Skip to content

Commit

Permalink
Update GitHub publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lutzroeder committed Feb 10, 2024
1 parent 26e7dea commit 957fbd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.PUBLISH_GITHUB_TOKEN }}
GITHUB_USER: ${{ secrets.PUBLISH_GITHUB_USER }}
run: git push origin main:release --force
run: git push origin HEAD:release --force

- if: startsWith(matrix.os, 'macos')
name: Publish cask
Expand Down

0 comments on commit 957fbd3

Please sign in to comment.