Skip to content

Commit

Permalink
Merge pull request #198 from gabrielrufino/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
gabrielrufino authored Oct 13, 2024
2 parents 8f195e7 + da3e849 commit bb1eac9
Show file tree
Hide file tree
Showing 3 changed files with 371 additions and 395 deletions.
16 changes: 3 additions & 13 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,6 @@ jobs:
steps:
- uses: gabrielrufino/check-ci@main
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npm run build
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}

concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
- uses: gabrielrufino/node-pkg-cd@v1
- with:
node-auth-token: ${{ secrets.NODE_AUTH_TOKEN }}
Loading

0 comments on commit bb1eac9

Please sign in to comment.