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 9df2cf7 + 85a989e commit b6750b8Copy full SHA for b6750b8
.github/workflows/continuous-build.yml
@@ -57,6 +57,8 @@ jobs:
57
runs-on: ubuntu-latest
58
# Only tag and release on pushes to main (or the release branch)
59
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
60
+ permissions:
61
+ id-token: write
62
steps:
63
- name: Clone @api3/data-feed-proxy-combinators
64
uses: actions/checkout@v5
package.json
@@ -8,7 +8,7 @@
8
"oev"
9
],
10
"license": "MIT",
11
- "version": "0.1.0",
+ "version": "0.1.1",
12
"repository": {
13
"type": "git",
14
"url": "https://github.com/api3dao/data-feed-proxy-combinators.git"
0 commit comments