We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d02fc6b commit 67ced06Copy full SHA for 67ced06
.github/workflows/release.yaml
@@ -12,5 +12,5 @@ jobs:
12
uses: bakunyo/git-pr-release-action@master
13
env:
14
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
15
- GIT_PR_RELEASE_BRANCH_STAGING: ${{ github.ref }}
+ GIT_PR_RELEASE_BRANCH_STAGING: ${{ github.ref_name }}
16
GIT_PR_RELEASE_BRANCH_PRODUCTION: main
0 commit comments