From a9568a67952b95e8923e0d544a06a0e7d85340c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emanuel=20Tesa=C5=99?= Date: Wed, 1 Oct 2025 21:29:19 +0200 Subject: [PATCH 1/2] Fix CI permissions --- .github/workflows/continuous-build.yml | 2 ++ 1 file changed, 2 insertions(+) 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 From 85a989e0765cec18cf5ced80eaca445364b95ea2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emanuel=20Tesa=C5=99?= Date: Wed, 1 Oct 2025 21:31:08 +0200 Subject: [PATCH 2/2] npm --no-git-tag-version version patch --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"