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 d10f2c5 commit 051513cCopy full SHA for 051513c
.github/workflows/tf-release.yml
@@ -49,10 +49,12 @@ jobs:
49
if: ${{ hashFiles('.releaserc.yml') == '' }}
50
shell: bash
51
# TODO rather use a template?
52
+ env:
53
+ GITHUB_REF_NAME: ${{ github.head_ref || github.ref_name }}
54
run: |
55
cat <<EOF > .releaserc.yml
56
---
- branches: ${{ github.head_ref || github.ref_name }}
57
+ branches: $GITHUB_REF_NAME
58
59
plugins:
60
- - "@semantic-release/commit-analyzer"
0 commit comments