Update build-nmap.yml

This commit is contained in:
Joseba Martos 2022-02-02 19:09:18 +01:00 committed by GitHub
parent 4e193f4e67
commit eac34ac818
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -145,12 +145,14 @@ jobs:
run: ls -laR /tmp/releases
- name: Tag Release
id: tag_release
run: |
set +e
git fetch --quiet --prune --unshallow --tags
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 }}"