Skip to content

Commit bb1de82

Browse files
committed
github: Fix next version update
1 parent 2b5ec89 commit bb1de82

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/Publish-Package.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,9 @@ jobs:
9494
uses: ni/python-actions/setup-python@5286c12d65d90b2ea738bd57d452dc4366497581 # v0.4.1
9595
- name: Set up Poetry
9696
uses: ni/python-actions/setup-poetry@5286c12d65d90b2ea738bd57d452dc4366497581 # v0.4.1
97+
# If the version is 0.1.0-alpha.0, this will set the version to 0.1.0
98+
- name: Promote package version to release
99+
run: poetry version patch
97100
- name: Update project version
98101
uses: ni/python-actions/update-project-version@5286c12d65d90b2ea738bd57d452dc4366497581 # v0.4.1
99102
with:

0 commit comments

Comments
 (0)