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 5fd4b2f commit 1f81e5cCopy full SHA for 1f81e5c
.github/workflows/release.yml
@@ -50,7 +50,9 @@ jobs:
50
51
- name: Run release
52
run: |
53
- GITHUB_TOKEN=${{ secrets.GH_TOKEN }} task release:prod GPG_KEY_ID="58A7 CC3D 8A9C A2E5 BB5C 141D 4064 23EA F814 63CA"
+ GITHUB_TOKEN=${{ secrets.GH_TOKEN }} \
54
+ GPG_KEY_ID="58A7 CC3D 8A9C A2E5 BB5C 141D 4064 23EA F814 63CA" \
55
+ task release:prod
56
57
deploy-prod:
58
runs-on: ubuntu-latest
0 commit comments