File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 tag : alpha
1616 version-args : --preid alpha prerelease
1717 secrets :
18+ PAT : ${{ secrets.GITHUB_TOKEN }}
1819 NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
19- PAT : ${{ secrets.PAT }}
Original file line number Diff line number Diff line change 22 push :
33 branches : beta
44 paths-ignore :
5- - ' package.json'
5+ - " package.json"
66 workflow_dispatch :
77
88jobs :
1111 contents : write
1212 uses : reearth/core/.github/workflows/npm_release.yml@beta
1313 with :
14- branch : beta
15- tag : beta
16- version-args : --preid beta prerelease
14+ branch : beta
15+ tag : beta
16+ version-args : --preid beta prerelease
1717 secrets :
18+ PAT : ${{ secrets.GITHUB_TOKEN }}
1819 NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
19- PAT : ${{ secrets.PAT }}
Original file line number Diff line number Diff line change 1515 contents : write
1616 uses : reearth/core/.github/workflows/npm_release.yml@beta
1717 with :
18- branch : main
19- tag : latest
20- version-args : ${{ inputs.version-type }}
18+ branch : main
19+ tag : latest
20+ version-args : ${{ inputs.version-type }}
2121 secrets :
22+ PAT : ${{ secrets.GITHUB_TOKEN }}
2223 NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
23- PAT : ${{ secrets.PAT }}
You can’t perform that action at this time.
0 commit comments