Fixed nmap workflow tagging
This commit is contained in:
parent
f6c5a3c4c3
commit
9c88e3e343
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-nmap.yml
vendored
2
.github/workflows/build-nmap.yml
vendored
|
@ -147,7 +147,7 @@ jobs:
|
|||
- name: Tag Release
|
||||
run: |
|
||||
set +e
|
||||
if git rev-list --tags "nmap-v${{ needs.build-x86.outputs.version }}".. > /dev/null; then
|
||||
if git show-ref --tags --quiet --verify "nmap-v${{ needs.build-x86.outputs.version }}"; then
|
||||
echo "Tag for nmap-v${{ needs.build-x86.outputs.version }} already exists. Skipping release creation."
|
||||
echo ::set-output name=NEW_RELEASE::"false"
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue