Skip to content

Commit

Permalink
SCALRCORE-30933: CI > Provider > Broken development builds versioning (
Browse files Browse the repository at this point in the history
  • Loading branch information
volodymyrskliar committed Apr 22, 2024
1 parent ce817f4 commit 56862b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ jobs:
fetch-depth: 0
- name: Create Development Tag
run: |
BRANCH=$(git rev-parse --abbrev-ref HEAD | sed 's|\(.*\)|\L\1|g;s|/|-|g')
BRANCH=${{ github.head_ref || github.ref_name }}
git tag v1.0.0-rc-$BRANCH
- name: Set up Go
uses: actions/setup-go@v5
Expand Down

0 comments on commit 56862b4

Please sign in to comment.