We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c770af2 commit 8d4e9edCopy full SHA for 8d4e9ed
1 file changed
.github/workflows/ci.yml
@@ -4,7 +4,7 @@ on:
4
push:
5
branches:
6
- master
7
- - 53
+ - 54
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 (53)
68
- if: github.event_name != 'pull_request' && github.ref == 'refs/heads/53'
+ - name: Release packages (54)
+ if: github.event_name != 'pull_request' && github.ref == 'refs/heads/54'
69
env:
70
NODE_AUTH_TOKEN: ${{ secrets.JIGSAW_AUTH_TOKEN }}
71
run: |
0 commit comments