mirror of
https://github.com/ytliu74/obsidian-pseudocode.git
synced 2026-07-22 07:40:25 +00:00
Update release.yml
This commit is contained in:
parent
6513d11b3c
commit
1f73041d5e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -27,7 +27,7 @@ jobs:
|
|||
- name: Get Release Version
|
||||
id: release-version
|
||||
run: |
|
||||
echo "version=${{ steps.commit.outputs.message }} | cut -d' ' -f3" >> $GITHUB_ENV
|
||||
echo version=${{ steps.commit.outputs.message }} | cut -d' ' -f3 >> $GITHUB_ENV
|
||||
|
||||
- name: Create Release
|
||||
id: create_release
|
||||
|
|
|
|||
Loading…
Reference in a new issue