Skip to content

Commit 5ac4148

Browse files
authored
Update tag pattern in release workflow (#85)
1 parent 72de938 commit 5ac4148

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
7878
- name: Get version from tag
7979
id: get_version
80-
run: echo "version=${GITHUB_REF#refs/tags/v}" >> $GITHUB_OUTPUT
80+
run: echo "version=${GITHUB_REF#refs/tags/simulate-v}" >> $GITHUB_OUTPUT
8181

8282
- name: Update version in pyproject.toml
8383
run: |

0 commit comments

Comments
 (0)