We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 639dd90 commit 04f6c0fCopy full SHA for 04f6c0f
.github/workflows/publish.yml
@@ -40,7 +40,7 @@ jobs:
40
run: |
41
# Check if we can skip releasing a new version
42
# (there are no changes and the job was not manually triggered)
43
- export CHANGED=$(cargo workspaces changed --ignore-changes "**/Cargo.toml")
+ export CHANGED=$(cargo workspaces changed --include-merged-tags --ignore-changes "**/Cargo.toml")
44
if [[ -z "$CHANGED" && "$GITHUB_EVENT_NAME" != "workflow_dispatch" ]]; then
45
# Nothing has changed, so don't publish a new version
46
exit 0
0 commit comments