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 c036036 commit 5977f84Copy full SHA for 5977f84
.github/workflows/ci.yml
@@ -4,7 +4,7 @@ on:
4
push:
5
branches:
6
- master
7
- - 52
+ - 52-beta
8
pull_request:
9
types: [assigned, opened, synchronize, reopened]
10
@@ -64,8 +64,8 @@ jobs:
64
--yes \
65
--no-verify-access
66
67
- - name: Release packages (52)
68
- if: github.event_name != 'pull_request' && github.ref == 'refs/heads/52'
+ - name: Release packages (52-beta)
+ if: github.event_name != 'pull_request' && github.ref == 'refs/heads/52-beta'
69
env:
70
NODE_AUTH_TOKEN: ${{ secrets.JIGSAW_AUTH_TOKEN }}
71
run: |
0 commit comments