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.
1 parent b6750b8 commit 12e3909Copy full SHA for 12e3909
.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
0 commit comments