Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yuzhichang committed Dec 27, 2023
1 parent ec40a8e commit 33d37d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 33d37d0

Please sign in to comment.