Skip to content

Commit 18053ca

Browse files
committed
Fix release tag
1 parent 2ff6d84 commit 18053ca

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@ jobs:
4747
4848
- name: Create release tag
4949
run: |
50-
git tag -f ${NOW}
51-
git push origin ${NOW}
50+
git tag -f ${NOW_PATH}
51+
git push origin ${NOW_PATH}
5252
5353
- name: Release
5454
uses: softprops/action-gh-release@v2
5555
with:
5656
name: "${{ env.NOW }}-${{ env.SHORT_SHA }}"
5757
files: ${{ env.ARCHIVE_NAME }}
58-
tag_name: ${{ env.NOW }}
58+
tag_name: ${{ env.NOW_PATH }}
5959
fail_on_unmatched_files: true
6060
generate_release_notes: true

0 commit comments

Comments
 (0)