Skip to content

Commit bf3b347

Browse files
committed
Temp hard code TAG
1 parent 9d9baec commit bf3b347

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish-to-pypi-on-new-tag.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Publish to PyPI on new release
22

33
on:
44
release:
5-
types: [published, edited]
5+
types: [published]
66

77
jobs:
88
publish:
@@ -13,7 +13,7 @@ jobs:
1313
contents: read
1414
steps:
1515
- run: |
16-
TAG="${{ github.event.release.tag_name }}"
16+
TAG="find-project-root-2.1.1"
1717
PROJECT="${TAG%-*}"
1818
echo "PROJECT=$PROJECT" >> $GITHUB_ENV
1919
- uses: actions/checkout@v6.0.2

0 commit comments

Comments
 (0)