diff --git a/.github/workflows/continuous-build.yml b/.github/workflows/continuous-build.yml index 6211a2b..6aad285 100644 --- a/.github/workflows/continuous-build.yml +++ b/.github/workflows/continuous-build.yml @@ -57,6 +57,8 @@ jobs: runs-on: ubuntu-latest # Only tag and release on pushes to main (or the release branch) if: github.event_name == 'push' && github.ref == 'refs/heads/main' + permissions: + id-token: write steps: - name: Clone @api3/data-feed-proxy-combinators uses: actions/checkout@v5 diff --git a/package.json b/package.json index ff723b3..63aec61 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "oev" ], "license": "MIT", - "version": "0.1.0", + "version": "0.1.1", "repository": { "type": "git", "url": "https://github.com/api3dao/data-feed-proxy-combinators.git"