Checking tagging
This commit is contained in:
parent
5d259a9ca7
commit
14191c3c58
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build-nmap.yml
vendored
1
.github/workflows/build-nmap.yml
vendored
|
@ -147,6 +147,7 @@ jobs:
|
|||
- name: Tag Release
|
||||
run: |
|
||||
set +e
|
||||
git tag -l
|
||||
if [[ $(git tag -l | grep nmap-v${{ needs.build-x86.outputs.version }} | wc -l) -gt 0 ]]; then
|
||||
echo "Tag for nmap-v${{ needs.build-x86.outputs.version }} already exists. Skipping release creation."
|
||||
echo ::set-output name=NEW_RELEASE::"false"
|
||||
|
|
Loading…
Reference in a new issue