Set latest tag
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user