Skip to content

Commit f9122c0

Browse files
Update publish_release.yml
1 parent 3fd588b commit f9122c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
path: OIAPI.zip
2222

2323
- name: Extract version from tag
24-
run: ${{ steps.get_current_commit_tag.outputs.tag }}
24+
run: echo ${{ steps.get_current_commit_tag.outputs.tag }}
2525

2626
- name: 更新tag
2727
#if: github.event_name == 'push' && github.ref == 'refs/heads/master'

0 commit comments

Comments
 (0)