Skip to content

Commit 72eee53

Browse files
authored
Merge pull request #50 from api3dao/contents-permission2
Give contents write permission
2 parents b6750b8 + a3701c0 commit 72eee53

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/continuous-build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,13 @@ jobs:
5454
run: pnpm test
5555

5656
tag-and-release:
57+
name: Tag and release
5758
runs-on: ubuntu-latest
58-
# Only tag and release on pushes to main (or the release branch)
59+
# Only tag and release on pushes to main
5960
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
6061
permissions:
6162
id-token: write
63+
contents: write
6264
steps:
6365
- name: Clone @api3/data-feed-proxy-combinators
6466
uses: actions/checkout@v5

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"oev"
99
],
1010
"license": "MIT",
11-
"version": "0.1.1",
11+
"version": "0.1.2",
1212
"repository": {
1313
"type": "git",
1414
"url": "https://github.com/api3dao/data-feed-proxy-combinators.git"

0 commit comments

Comments
 (0)