Skip to content
This repository has been archived by the owner on Mar 24, 2023. It is now read-only.

Commit

Permalink
Merge pull request #122 from Groww/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
vikaz596 committed Oct 29, 2021
2 parents 181fe50 + 657aef1 commit 9a53819
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2.4.1
- uses: actions/setup-node@v2
with:
node-version: 14.18.1
registry-url: https://registry.npmjs.org/
Expand All @@ -16,7 +16,8 @@ jobs:
- run: npm install
- run: npm run build
- run: npm publish --access public --ignore-scripts
- run: npm run pushTags
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
- run: npm run pushTags
env:
github-token: ${{secrets.GITHUB_TOKEN}}

0 comments on commit 9a53819

Please sign in to comment.