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 a2aab69 commit af1cf76Copy full SHA for af1cf76
1 file changed
.github/workflows/prepare.yml
@@ -63,8 +63,7 @@ jobs:
63
- name: Checkout repository
64
uses: actions/checkout@v6
65
with:
66
- # ref: ${{ inputs.ref || github.ref }}
67
- ref: main
+ ref: ${{ inputs.ref || github.ref }}
68
token: ${{ secrets.GITHUB_TOKEN }}
69
fetch-depth: 0
70
@@ -88,8 +87,7 @@ jobs:
88
87
id: version
89
run: |
90
COMMIT_HASH=$(git rev-parse --short HEAD)
91
- # GIT_BRANCH=${GITHUB_REF_NAME}
92
- GIT_BRANCH=main
+ GIT_BRANCH=${GITHUB_REF_NAME}
93
BUILD_TIMESTAMP=$(date -u +"%Y-%m-%dT%H:%M:%SZ")
94
95
# Check if semantic-release published a new version
0 commit comments