Skip to content

Commit

Permalink
chore: update npm version action
Browse files Browse the repository at this point in the history
  • Loading branch information
evegufy committed Sep 7, 2023
1 parent c348a0f commit 7e98254
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-release_candidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

- name: Get npm version
id: npm-tag
uses: martinbeentjes/npm-get-version-action@master
uses: martinbeentjes/npm-get-version-action@v1.3.1

- name: Output versions
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

- name: Get npm version
id: npm-tag
uses: martinbeentjes/npm-get-version-action@master
uses: martinbeentjes/npm-get-version-action@v1.3.1

- name: Output versions
run: |
Expand Down

0 comments on commit 7e98254

Please sign in to comment.