File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : Release
2+
3+
24on :
35 push :
46 branches : [master]
5- workflow_dispatch : # For dev publishing
7+ workflow_dispatch :
68
79concurrency : ${{ github.workflow }}-${{ github.ref }}
810permissions :
911 id-token : write # Required for OIDC / trusted publishing
1012 contents : write # Required for changesets pushing commits
1113 pull-requests : write # Required for changesets creating PRs
1214
13- env :
14- SECRETS : ${{ toJSON(secrets) }}
15- GITHUB_TOKEN : ${{ secrets.SHARED_GH_TOKEN }}
16-
1715jobs :
18- release :
19- name : Publish Packages
16+ realeas :
17+ name : Release
2018 runs-on : ubuntu-latest
2119 steps :
22- - uses : actions/checkout@v4
23- with :
24- ref : ${{github.event.pull_request.head.sha}}
25- fetch-depth : 0
26-
27- - uses : actions/checkout@v4
28- with :
29- repository : journeyapps-platform/ci-actions
30- token : ${{ secrets.SHARED_GH_TOKEN }}
31- path : .github/ci
32- ref : v1
20+ - name : Checkout Repo
21+ uses : actions/checkout@v5
3322
3423 - name : Enable Corepack
3524 run : corepack enable
5140 run : pnpm install
5241
5342
54- - name : Has changesets
55- uses : bluwy/detect-changesets-action@v1
56- id : detect
57-
5843 - name : Build
5944 run : pnpm build
6045
You can’t perform that action at this time.
0 commit comments