Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…nimation into release-0.1.25
  • Loading branch information
Ashuto7h committed Jun 24, 2023
2 parents 2cfb7de + bc97360 commit e7287a2
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 14.17.0
- run: npm ci
node-version: 18.15.0
- run: yarn install --frozen-lockfile
- run: yarn pack-build

publish-gpr:
needs: build
Expand All @@ -24,9 +25,9 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 14.17.0
node-version: 18.15.0
registry-url: https://npm.pkg.github.com/
- run: npm ci
- run: yarn install --frozen-lockfile
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit e7287a2

Please sign in to comment.