Skip to content

Commit

Permalink
Update internal-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
teolemon authored Oct 3, 2022
1 parent 3bf6a88 commit dbf0d7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/internal-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ jobs:
- name: Version
run: echo "${{ env.VERSION_NAME }}+${{ env.VERSION_CODE }}"

- name: coolver
- name: Normalized tag
id: normalized_tag
run: echo "NORMALIZED_TAG=$(internal_${{ env.VERSION_NAME }}_${{ env.VERSION_CODE }} | tr "." "_")" >> $GITHUB_ENV
run: echo "NORMALIZED_TAG=$(echo "internal_${{ env.VERSION_NAME }}_${{ env.VERSION_CODE }}" | tr "." "_")" >> $GITHUB_ENV

- name: Tag commit
uses: rickstaa/action-create-tag@v1
Expand Down

0 comments on commit dbf0d7b

Please sign in to comment.