We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
TAG
1 parent 7c30bcd commit 062696eCopy full SHA for 062696e
1 file changed
.github/workflows/publish-to-pypi-on-new-tag.yml
@@ -3,7 +3,6 @@ name: Publish to PyPI on new release
3
on:
4
release:
5
types: [published]
6
- workflow_dispatch:
7
8
jobs:
9
publish:
@@ -14,7 +13,7 @@ jobs:
14
13
contents: read
15
steps:
16
- run: |
17
- TAG="find-project-root-2.1.1"
+ TAG="${{ github.event.release.tag_name }}"
18
PROJECT="${TAG%-*}"
19
echo "PROJECT=$PROJECT" >> $GITHUB_ENV
20
- uses: actions/checkout@v6.0.2
0 commit comments