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 a966d4a commit 0c89d3dCopy full SHA for 0c89d3d
.github/workflows/shipjs-trigger.yml
@@ -10,18 +10,14 @@ jobs:
10
steps:
11
- uses: actions/checkout@v2
12
with:
13
- ref: master
14
-
+ ref: main
15
- uses: actions/setup-node@v1
16
17
registry-url: "https://npm.pkg.github.com"
18
- - run: |
19
- if [ -f "yarn.lock" ]; then
20
- yarn install
21
- else
22
- npm install
23
- fi
24
+ scope: '@geospoc'
+ - run: npm install
+ env:
+ NODE_AUTH_TOKEN: ${{ secrets.READ_PACKAGES_PAT }}
25
- run: npm run release:trigger
26
env:
27
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments