diff --git a/.github/workflows/release-tag.yml b/.github/workflows/release-tag.yml index ea16d16..cffdcec 100644 --- a/.github/workflows/release-tag.yml +++ b/.github/workflows/release-tag.yml @@ -7,6 +7,7 @@ on: permissions: contents: write + actions: write jobs: create-tag: @@ -36,7 +37,7 @@ jobs: - name: Trigger release workflow env: - TAG: ${{ steps.version.outputs.tag }} GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: | - gh workflow run release.yml --ref "$TAG" + TAG: ${{ steps.version.outputs.tag }} + run: gh workflow run release.yml --ref "$TAG" +