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