Skip to content

Commit

Permalink
chore: update action
Browse files Browse the repository at this point in the history
chore: update action
  • Loading branch information
DestroyCom committed Sep 4, 2023
2 parents 0f00fba + e4c3468 commit 6f1e668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
id: commit_message
run: |
MESSAGE=$(git log -1 --pretty=format:'%s')
CLEANED_MESSAGE=$(echo "$MESSAGE" | sed -e 's/[^a-zA-Z0-9.-]/ /g')
CLEANED_MESSAGE=$(echo "$MESSAGE" | sed -e 's/[^a-zA-Z0-9.-]/-/g')
echo "COMMIT_MSG=${CLEANED_MESSAGE}" >> $GITHUB_ENV
- name: Echo env
run: echo ${{ env.COMMIT_MSG }}
Expand Down

0 comments on commit 6f1e668

Please sign in to comment.