Skip to content

Commit 9bc808b

Browse files
committed
cleanup
1 parent 1e85352 commit 9bc808b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/actions/comment-resolved-issues/action.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ runs:
1717
shell: bash
1818
env:
1919
GH_TOKEN: ${{ inputs.token }}
20-
run: |
21-
set -e
22-
20+
run: |
2321
# Get the previous tag
2422
PREVIOUS_TAG=$(git tag --sort=-version:refname | sed -n '2p')
2523
CURRENT_TAG=$(git tag --sort=-version:refname | sed -n '1p')

0 commit comments

Comments
 (0)