Skip to content

Commit

Permalink
properly specify version for get-npm-version action
Browse files Browse the repository at this point in the history
  • Loading branch information
BolajiOlajide committed Nov 1, 2023
1 parent 7f37c3a commit 3e6a3e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:

- name: get-npm-version
id: package-version
uses: martinbeentjes/npm-get-version-action@1.3.1
uses: martinbeentjes/npm-get-version-action@v1.3.1

- name: Set publishing config
run: pnpm config set '//registry.npmjs.org/:_authToken' "${NODE_AUTH_TOKEN}"
Expand Down

0 comments on commit 3e6a3e0

Please sign in to comment.