Skip to content

Commit

Permalink
ammend
Browse files Browse the repository at this point in the history
  • Loading branch information
Srihari1192 committed Aug 1, 2023
1 parent 371b524 commit 73e61bf
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/mcad-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@ jobs:

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

0 comments on commit 73e61bf

Please sign in to comment.