Skip to content

Commit c8cff05

Browse files
committed
Use extract-version-from-tag action
1 parent 73db909 commit c8cff05

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ jobs:
107107
with:
108108
name: python-package-dist
109109
path: dist/
110+
- name: Extract version from tag
111+
uses: qtoggle/actions-common/actions/extract-version-from-tag@v1
110112
- name: Publish to GitHub
111113
uses: softprops/action-gh-release@v2
112114
with:

0 commit comments

Comments
 (0)