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 2dc657e commit 9a9dc54Copy full SHA for 9a9dc54
1 file changed
.github/workflows/release.yml
@@ -49,7 +49,7 @@ jobs:
49
echo "latest=$LATEST" | tee "$GITHUB_OUTPUT"
50
51
- id: should-release
52
- uses: amezin/compare-commit-files-action@4bfd343535626a745cc7fc8f5e9b60a8b87f5a45 # v2.0.0
+ uses: amezin/detect-changes-action@27a74106815e1e2a9e93a0a28f278736fd144c24 # v2.2.0
53
with:
54
files: |
55
# Don't autorelease on CI changes. If necessary, a release can be created manually
@@ -58,6 +58,7 @@ jobs:
58
data/**
59
scripts/**
60
base: ${{ steps.latest.outputs.latest }}
61
+ ignore-removed: true
62
63
- if: ${{ !inputs.dry-run && fromJSON(steps.should-release.outputs.changed) }}
64
run: gh release create "$VERSION" --target "$GITHUB_SHA" --generate-notes --fail-on-no-commits --notes-start-tag "$LATEST"
0 commit comments