Skip to content

Commit

Permalink
feat(test): [PM-0000] Add Tag Name
Browse files Browse the repository at this point in the history
  • Loading branch information
ratchadj committed Sep 15, 2022
1 parent c52c783 commit 6d0cee9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,8 @@ jobs:
# Get Branch Name
- name: Branch name with RELEASE_VERSION ${{ github.ref }}
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 }}"

0 comments on commit 6d0cee9

Please sign in to comment.