Skip to content

Commit

Permalink
Fix publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
raub committed Oct 7, 2023
1 parent d2cebe5 commit b21fc14
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 @@ -30,9 +30,9 @@ jobs:
node-version: 18.16.0
cache: 'npm'

- name: Get Npm Version
- name: Get Package Version
id: package-version
uses: martinbeentjes/npm-get-version-action@master
run: node -p "'version='+require('./package').version" >> $GITHUB_OUTPUT

- name: Publish
run: |
Expand Down

0 comments on commit b21fc14

Please sign in to comment.