Skip to content

Commit

Permalink
remove run number duplicate from filename
Browse files Browse the repository at this point in the history
  • Loading branch information
NikkyAI committed Jan 12, 2021
1 parent ac0e206 commit f39312c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/PUBLISH_SNAPSHOT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
echo "VERSION=$(cat version.txt)" >> $GITHUB_ENV
- name: Set enviroment RELEASE_TAG
run: |
echo "RELEASE_TAG=snapshot/${{ env.VERSION }}-${{ env.BRANCH }}-$GITHUB_RUN_NUMBER" >> $GITHUB_ENV
echo "RELEASE_TAG=snapshot/${{ env.VERSION }}-${{ env.BRANCH }}" >> $GITHUB_ENV
- name: print env
run: |
echo "BRANCH=${{ env.BRANCH }}"
Expand Down

0 comments on commit f39312c

Please sign in to comment.