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 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"