Skip to content

Commit

Permalink
fix tagged release build maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
electrovir committed Jul 26, 2022
1 parent 9f67101 commit 5602005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/virmator-tagged-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
id: vars
run: |
tagName="${GITHUB_REF#refs/*/}"
originalTarName="$(npm pack)"
originalTarName="$(npm pack | tail -1)"
# we can't rely on the npm_package_name env var here because it doesn't remove
# scoped package prefixes, like @toniq-labs/this-package, which then confuses
# the write path.
Expand Down

0 comments on commit 5602005

Please sign in to comment.