Skip to content

Commit 3e6a3e0

Browse files
committed
properly specify version for get-npm-version action
1 parent 7f37c3a commit 3e6a3e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101

102102
- name: get-npm-version
103103
id: package-version
104-
uses: martinbeentjes/npm-get-version-action@1.3.1
104+
uses: martinbeentjes/npm-get-version-action@v1.3.1
105105

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

0 commit comments

Comments
 (0)