From 5266ee88acf604a6373592bbe3aaf9ef453c9b2f Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 14 Dec 2023 03:47:15 +0100 Subject: [PATCH] build: Release token (#238) --- .github/workflows/build.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 690e594..a036a1e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -79,16 +79,14 @@ jobs: labels: ${{ steps.meta.outputs.labels }} annotations: ${{ steps.meta.outputs.annotations }} build-args: | - VCS_REF=${GITHUB_SHA::8} VERSION_ARG=${{ steps.meta.outputs.version }} - name: Create a release uses: action-pack/github-release@v2 - env: - GITHUB_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }} with: tag: "v${{ steps.meta.outputs.version }}" title: "v${{ steps.meta.outputs.version }}" + token: ${{ secrets.REPO_ACCESS_TOKEN }} - name: Increment version variable uses: action-pack/bump@v2