mirror of
https://github.com/safedep/vet.git
synced 2025-12-10 00:22:08 -06:00
fix syntax issue (#585)
This commit is contained in:
parent
6dcbd15923
commit
850f2c1dc9
3
.github/workflows/publish-npm.yml
vendored
3
.github/workflows/publish-npm.yml
vendored
@ -25,7 +25,8 @@ jobs:
|
||||
id: version
|
||||
run: |
|
||||
if [[ "${{ github.ref }}" == refs/tags/* ]]; then
|
||||
TAG_VERSION="${{ github.ref#refs/tags/ }}"
|
||||
TAG_VERSION="${{ github.ref }}"
|
||||
TAG_VERSION="${TAG_VERSION#refs/tags/}"
|
||||
echo "version=$TAG_VERSION" >> $GITHUB_OUTPUT
|
||||
else
|
||||
echo "No tag found."
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user