diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3af2e29..9119adc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,6 +10,9 @@ permissions: jobs: build: runs-on: ubuntu-latest + permissions: + contents: write + id-token: write steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 @@ -38,7 +41,7 @@ jobs: - name: Create Release uses: jaywcjlove/create-tag-action@main - if: steps.create_tag.outputs.successful + if: steps.create_tag.outputs.successful == 'true' with: package-path: ./package.json version: ${{steps.create_tag.outputs.version}}