Skip to content

Commit

Permalink
Publishing and pushing back changes to repository
Browse files Browse the repository at this point in the history
  • Loading branch information
waltertamboer committed Feb 28, 2024
1 parent 481aeac commit fe04b4c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Publish Package to npmjs

on:
push:
branches:
- 'master'
release:
types: [ published ]

jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -19,6 +19,9 @@ jobs:
scope: '@waltertamboer'
- run: yarn
- run: yarn run build
- run: yarn publish
- run: yarn publish --access public --patch
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Bumped the package version after publishing.

0 comments on commit fe04b4c

Please sign in to comment.