Skip to content

Commit

Permalink
Merge pull request #18 from bharathvaj-ganesan/develop
Browse files Browse the repository at this point in the history
chore: ci/cd
  • Loading branch information
bharathvaj-ganesan committed Apr 11, 2021
2 parents cd0ffbc + befc2e5 commit cf55c72
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,19 +33,7 @@ jobs:

- name: Create Release Pull Request
uses: changesets/action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

publish:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 12
registry-url: https://registry.npmjs.org/
- run: yarn
- run: yarn publish-ci
publish: yarn publish-ci
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit cf55c72

Please sign in to comment.