Skip to content

Commit

Permalink
Merge branch 'release-0.1.25' of https://github.com/Ashuto7h/react-ca…
Browse files Browse the repository at this point in the history
…rdflee-animation into release-0.1.25
  • Loading branch information
Ashuto7h committed Jun 24, 2023
2 parents 1a6e511 + 8104784 commit fa7a560
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/setup-node@v3
with:
node-version: 18.15.0
- run: yarn install --frozen-lockfile
Expand All @@ -23,11 +23,12 @@ jobs:
contents: read
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/setup-node@v3
with:
node-version: 18.15.0
registry-url: https://npm.pkg.github.com/
- run: yarn install --frozen-lockfile
- run: npm publish
registry-url: https://registry.npmjs.org
- run: |
yarn install --frozen-lockfile
npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit fa7a560

Please sign in to comment.