diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 50e9d1a..e79d24d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -51,8 +51,9 @@ jobs: fi fi - - name: Exits the workflow if tag has been moved since creating/moving triggers another run of this workflow. + - name: Exits the workflow if tag has been moved. if: ${{ env.MOVED_MUTABLE_TAG == 'true' }} + # Exits the workflow if tag has been moved since creating/moving triggers another run of this workflow. run: exit 0 # Exits the workflow with success - name: Build source tarball