Skip to content

Commit

Permalink
feat(test): [PM-0000] Tagname
Browse files Browse the repository at this point in the history
  • Loading branch information
ratchadj committed Sep 15, 2022
1 parent 6d0cee9 commit 179bcd8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ jobs:
run: echo running on branch ${GITHUB_REF##*/}

# Get Tag name
- name: Tag name with RELEASE_VERSION ${{ github.ref_name }}
run: "Tag name from github.ref_name: ${{ github.ref_name }}"
- name: Set env
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
- name: Test
run: |
echo $RELEASE_VERSION
echo ${{ env.RELEASE_VERSION }}

0 comments on commit 179bcd8

Please sign in to comment.