We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d25fe50 commit e2bf95eCopy full SHA for e2bf95e
1 file changed
.github/workflows/remote_release.yml
@@ -39,6 +39,7 @@ jobs:
39
with:
40
# Token for the repo. Can be passed in using $\{{ secrets.GITHUB_TOKEN }}
41
github_token: ${{ secrets.MACHINE_USER_PAT }}
42
+ branch: main
43
# Determines if --tags is used
44
tags: true
45
force: true
0 commit comments