Skip to content

Commit 9ab0c3a

Browse files
small fix to release action (#36)
1 parent 15db2ec commit 9ab0c3a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/release.yml

-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
runs-on: ubuntu-latest
2020
outputs:
2121
IS_RELEASE: ${{ steps.check_msg.outputs.IS_RELEASE }}
22-
LATEST_COMMIT_MSG: ${{ steps.check_msg.outputs.LATEST_COMMIT_MSG }}
2322
steps:
2423
- name: Check out Git repository
2524
uses: actions/checkout@v4

0 commit comments

Comments
 (0)