fix ci AGAIN

This commit is contained in:
AAGaming
2022-07-15 12:20:05 -04:00
parent f2fbd399fe
commit e0e194d05b
+1 -1
View File
@@ -118,7 +118,7 @@ jobs:
run: | run: |
export VERSION=${{ steps.old_tag.outputs.tag }} export VERSION=${{ steps.old_tag.outputs.tag }}
export COMMIT=$(git log -1 --pretty=format:%h) export COMMIT=$(git log -1 --pretty=format:%h)
echo ::set-output name=tag_name::$(sed -r 's/-pre(.*)?$//' <<< $VERSION)-$COMMIT-pre echo ::set-output name=tag_name::$(sed -r 's/(-.*)?-pre$//' <<< $VERSION)-$COMMIT-pre
- name: Push tag 📤 - name: Push tag 📤
uses: rickstaa/action-create-tag@v1.3.2 uses: rickstaa/action-create-tag@v1.3.2