Fix a lot of stuff

Signed-off-by: jayofelony <oudshoorn.jeroen@gmail.com>
This commit is contained in:
jayofelony
2024-03-18 11:58:22 +01:00
parent 1b16975031
commit 5dd17291f7
9 changed files with 142 additions and 86 deletions

View File

@ -23,8 +23,6 @@ jobs:
- name: Get latest tag
uses: actions-ecosystem/action-get-latest-tag@v1
id: get-latest-tag
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Set LAST_VERSION as an environment variable
run: echo "LAST_VERSION=${{ steps.get-latest-tag.outputs.tag }}" >> $GITHUB_ENV