Skip to content

Commit

Permalink
Updated publish action version
Browse files Browse the repository at this point in the history
  • Loading branch information
pagoru committed Oct 12, 2022
1 parent 1eb23ab commit 4c99351
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install modules
run: yarn
- name: Add version to package.json
uses: jaywcjlove/github-action-package@v1.0.0
uses: jaywcjlove/github-action-package
with:
data: |
{
Expand All @@ -48,7 +48,7 @@ jobs:
- name: Install modules
run: yarn
- name: Add version to package.json
uses: jaywcjlove/github-action-package@v1.0.0
uses: jaywcjlove/github-action-package
with:
data: |
{
Expand Down

0 comments on commit 4c99351

Please sign in to comment.