Skip to content

Commit 73e61bf

Browse files
committed
ammend
1 parent 371b524 commit 73e61bf

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/mcad-CI.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,8 @@ jobs:
1919

2020
- name: Set latest tag and Branch name
2121
run: |
22-
BRANCH= ${{ github.event.pull_request.head.ref }}
23-
GIT_BRANCH=$(echo "$BRANCH" | sed 's/[^A-Za-z0-9._-]/-/g')"
24-
echo "GIT_BRANCH=$GIT_BRANCH" >> $GITHUB_ENV
22+
BRANCH=${{ github.event.pull_request.head.ref }}
23+
echo "GIT_BRANCH=$(echo "$BRANCH" | sed 's/[^A-Za-z0-9._-]/-/g' )" >> $GITHUB_ENV
2524
echo "TAG=$(git describe --abbrev=0 --tags)" >> $GITHUB_ENV
2625
2726
- name: Set up Go

0 commit comments

Comments
 (0)