Skip to content

Commit

Permalink
[TASK] Try workaround for tag message detection
Browse files Browse the repository at this point in the history
  • Loading branch information
astehlik committed May 11, 2023
1 parent 7c5e4a2 commit 3efd846
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
- name: Get comment
id: get-comment
run: |
git fetch --depth=1 origin +refs/tags/*:refs/tags/*
readonly local comment=$(git tag -l --format='%(contents:subject)' v${{ env.version }} | sed "s/^v[0-9.]*[ ]*//g")
if [[ -z "${comment// }" ]]; then
Expand Down

0 comments on commit 3efd846

Please sign in to comment.