diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 63ffd82..0f02576 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -81,6 +81,8 @@ jobs: outputs: version: ${{ steps.vars.outputs.VERSION }} tag: ${{ steps.vars.outputs.TAG }} + permissions: + contents: write steps: - name: Checkout uses: actions/checkout@v4 @@ -104,6 +106,7 @@ jobs: PRERELEASE_SUFFIX: alpha PRERELEASE: ${{ github.ref != 'main' }} TAG_CONTEXT: branch + VERBOSE: true - name: Prepare Outputs id: vars