Skip to content

Commit 5be571a

Browse files
committed
update publish
1 parent d4f7f8c commit 5be571a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ jobs:
1313

1414
steps:
1515

16-
- run: echo github.event.head_commit.message: ${{ github.event.head_commit.message }}
16+
- run: echo github.event.head_commit.message: %GITMSG%
17+
env:
18+
GITMSG: ${{ github.event.head_commit.message }}
1719

1820
- name: No publish loop
1921
if: contains( github.event.head_commit.message, '***NO_CI***')

0 commit comments

Comments
 (0)