Skip to content

Commit

Permalink
fix: rename tag to id
Browse files Browse the repository at this point in the history
  • Loading branch information
LinarSharifullin committed Aug 10, 2023
1 parent f974e1b commit 3a3c8cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
python -m pip install --upgrade pip
pip install build
- name: Extract tag name
tag: tag
id: tag
run: echo ::set-output name=TAG_NAME::$(echo $GITHUB_REF | cut -d / -f 3)
- name: Update version in pyproject.toml
run: >-
Expand Down

0 comments on commit 3a3c8cd

Please sign in to comment.