diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 22297641a..6890f5ae5 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -11,6 +11,7 @@ jobs: runs-on: ubuntu-latest permissions: packages: write + contents: write steps: - uses: actions/checkout@v4 @@ -20,4 +21,4 @@ jobs: publish-features: "true" base-path-to-features: "./src" env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}