Skip to content

Commit 5459c04

Browse files
authored
Remove debug statements
1 parent b9f22f1 commit 5459c04

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/dependabot-auto-release.yml

-4
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,7 @@ jobs:
3232
- name: Make sure diff contains dependency updates only
3333
id: deps_only_check
3434
run: |
35-
set -x
3635
last_release=$(gh release list --json tagName,isLatest --jq '.[] | select(.isLatest) | .tagName')
37-
git tag -l
38-
echo $(git tag -l | grep -F $last_release)
3936
last_release_tag=$(git tag -l | grep -F $last_release)
4037
4138
if git diff --quiet $last_release_tag...HEAD; then
@@ -55,7 +52,6 @@ jobs:
5552
fi
5653
5754
echo "LAST_RELEASE=$last_release" >> "$GITHUB_OUTPUT"
58-
set +x
5955
6056
- name: Bump patch version
6157
id: new_version_tag

0 commit comments

Comments
 (0)