Skip to content

Commit

Permalink
ci: update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
haruaki07 committed Feb 4, 2023
1 parent 2a72e61 commit 6d31c7a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
with:
submodules: 'true'
- uses: actions/setup-node@v1
submodules: "true"
- uses: actions/setup-node@v3
with:
node-version: 14
node-version-file: ".node-version"
registry-url: https://registry.npmjs.org/
cache: "yarn"
- run: yarn install --frozen-lockfile
- run: yarn version --new-version "${GITHUB_REF:11}" --no-git-tag-version
- run: yarn publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 comments on commit 6d31c7a

Please sign in to comment.