Set latest tag

This commit is contained in:
DarkFighterLuke
2024-05-08 23:35:54 +02:00
parent 8cbdeee818
commit c93d705216
+2 -1
View File
@@ -31,7 +31,7 @@ jobs:
- name: Get version number only - name: Get version number only
run: | run: |
TAG=${{ github.event.release.tag_name }} TAG=${{ steps.newtag.outputs.tag }}
echo "VERSION=${TAG#v}" >> $GITHUB_ENV echo "VERSION=${TAG#v}" >> $GITHUB_ENV
- name: Generate release message - name: Generate release message
@@ -61,6 +61,7 @@ jobs:
artifacts: ${{ steps.jprm.outputs.artifact }} artifacts: ${{ steps.jprm.outputs.artifact }}
makeLatest: latest makeLatest: latest
body: ${{ env.RELEASE_MESSAGE }} body: ${{ env.RELEASE_MESSAGE }}
tag: ${{ steps.newtag.outputs.tag }}
- name: Update manifest.json - name: Update manifest.json
uses: stefanzweifel/git-auto-commit-action@v4 uses: stefanzweifel/git-auto-commit-action@v4