Skip to content

Commit

Permalink
push
Browse files Browse the repository at this point in the history
  • Loading branch information
LukaszMyszkowski committed Jul 7, 2023
1 parent 4d36597 commit 90ff49a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
- uses: actions/setup-node@v2
- name: Bump version and publish
run: |
npm version patch
- uses: EndBug/add-and-commit@v9
with:
default_author: github_actions
committer_email: actions@github.com
- name: Bump version and publish
run: |
npm version patch

0 comments on commit 90ff49a

Please sign in to comment.