From 12e390979e3bd4436bf050515972ff667f20ef00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emanuel=20Tesa=C5=99?= Date: Wed, 1 Oct 2025 22:16:44 +0200 Subject: [PATCH 1/2] Give contents permission --- .github/workflows/continuous-build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/continuous-build.yml b/.github/workflows/continuous-build.yml index 6aad285..ff66d6a 100644 --- a/.github/workflows/continuous-build.yml +++ b/.github/workflows/continuous-build.yml @@ -54,11 +54,13 @@ jobs: run: pnpm test tag-and-release: + name: Tag and release runs-on: ubuntu-latest - # Only tag and release on pushes to main (or the release branch) + # Only tag and release on pushes to main if: github.event_name == 'push' && github.ref == 'refs/heads/main' permissions: id-token: write + contents: write steps: - name: Clone @api3/data-feed-proxy-combinators uses: actions/checkout@v5 From a3701c0a45de3043c232e79759489d8d4f7b5aec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emanuel=20Tesa=C5=99?= Date: Wed, 1 Oct 2025 22:17:16 +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 63aec61..b5acc40 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "oev" ], "license": "MIT", - "version": "0.1.1", + "version": "0.1.2", "repository": { "type": "git", "url": "https://github.com/api3dao/data-feed-proxy-combinators.git"