Update build-nmap.yml
This commit is contained in:
parent
eac34ac818
commit
6a948c7615
1 changed files with 0 additions and 1 deletions
1
.github/workflows/build-nmap.yml
vendored
1
.github/workflows/build-nmap.yml
vendored
|
@ -152,7 +152,6 @@ jobs:
|
|||
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"
|
||||
echo "::set-output name=mix-ecto_create::$(mix ecto.create)\n"
|
||||
else
|
||||
echo "Tag for nmap-v${{ needs.build-x86.outputs.version }} missing. Starting release creation."
|
||||
git tag "nmap-v${{ needs.build-x86.outputs.version }}"
|
||||
|
|
Loading…
Reference in a new issue