Skip to content

Commit

Permalink
Merge pull request #3 from Onboardbase/feat/detectors-implementation
Browse files Browse the repository at this point in the history
feat: deploy workflow
  • Loading branch information
dantelex authored Oct 2, 2024
2 parents 59e203c + 26f1a44 commit c9848ae
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
on:
push:
branches: main
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "18"
- run: yarn install
- uses: JS-DevTools/npm-publish@v2
with:
token: ${{ secrets.NPM_TOKEN }}

0 comments on commit c9848ae

Please sign in to comment.