We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b6750b8 + a3701c0 commit 72eee53Copy full SHA for 72eee53
.github/workflows/continuous-build.yml
@@ -54,11 +54,13 @@ jobs:
54
run: pnpm test
55
56
tag-and-release:
57
+ name: Tag and release
58
runs-on: ubuntu-latest
- # Only tag and release on pushes to main (or the release branch)
59
+ # Only tag and release on pushes to main
60
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
61
permissions:
62
id-token: write
63
+ contents: write
64
steps:
65
- name: Clone @api3/data-feed-proxy-combinators
66
uses: actions/checkout@v5
package.json
@@ -8,7 +8,7 @@
8
"oev"
9
],
10
"license": "MIT",
11
- "version": "0.1.1",
+ "version": "0.1.2",
12
"repository": {
13
"type": "git",
14
"url": "https://github.com/api3dao/data-feed-proxy-combinators.git"
0 commit comments