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 e5877ed commit 69b7b05Copy full SHA for 69b7b05
.github/workflows/release-please.yml
@@ -19,3 +19,13 @@ jobs:
19
with:
20
token: ${{ secrets.ZMK_STUDIO_RELEASE_TOKEN }}
21
release-type: node
22
+ - uses: actions/checkout@v4
23
+ if: ${{ steps.release.outputs.release_created }}
24
+ args:
25
+ ref: prod
26
+ - name: publish to prod branch
27
28
+ run: |
29
+ git pull --ff-only main
30
+ git remote set-url origin "https://x-access-token:${{ secrets.ZMK_STUDIO_RELEASE_TOKEN }}@github.com/${{ github.repository }}.git"
31
+ git push
0 commit comments