From 93ba2a7f79b4ed0def2955831bf6c26b89fea6c6 Mon Sep 17 00:00:00 2001 From: jayofelony Date: Sun, 17 Mar 2024 09:20:02 +0100 Subject: [PATCH] Update workflow Signed-off-by: jayofelony --- .github/workflows/publish.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9aa85580..c1ea7629 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -23,7 +23,8 @@ jobs: - name: Get latest tag uses: pozetroninc/github-action-get-latest-release@v0.7.0 id: get-latest-tag - token: ${{ secrets.GITHUB_TOKEN }} + 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