Skip to content

Commit

Permalink
fix: get version
Browse files Browse the repository at this point in the history
  • Loading branch information
septs committed May 17, 2022
1 parent 3c467e6 commit 6009743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- id: version
run: echo ::set-output name=VERSION::$(npm info gun@latest version)
run: echo ::set-output name=VERSION::$(npm view gun version)
- uses: docker/metadata-action@v4
id: meta
with:
Expand Down

0 comments on commit 6009743

Please sign in to comment.