Skip to content

Commit

Permalink
Merge pull request #4 from Deep-Consulting-Solutions/feat/grouping
Browse files Browse the repository at this point in the history
chore: release action on master
  • Loading branch information
t-kings authored Oct 17, 2024
2 parents eea4417 + 9301d8f commit 7bc61ce
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/master.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
on:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "18.17"
cache: "yarn"
registry-url: "https://npm.pkg.github.com"
- run: yarn install --frozen-lockfile
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: npx [email protected]
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit 7bc61ce

Please sign in to comment.