Update workflow

Signed-off-by: jayofelony <oudshoorn.jeroen@gmail.com>
This commit is contained in:
jayofelony
2024-03-17 09:20:02 +01:00
parent dd18072002
commit 93ba2a7f79

View File

@ -23,7 +23,8 @@ jobs:
- name: Get latest tag - name: Get latest tag
uses: pozetroninc/github-action-get-latest-release@v0.7.0 uses: pozetroninc/github-action-get-latest-release@v0.7.0
id: get-latest-tag id: get-latest-tag
token: ${{ secrets.GITHUB_TOKEN }} with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Set LAST_VERSION as an environment variable - name: Set LAST_VERSION as an environment variable
run: echo "LAST_VERSION=${{ steps.get-latest-tag.outputs.tag }}" >> $GITHUB_ENV run: echo "LAST_VERSION=${{ steps.get-latest-tag.outputs.tag }}" >> $GITHUB_ENV