Skip to content

Commit

Permalink
chore: Use actual release name variable as a release name
Browse files Browse the repository at this point in the history
  • Loading branch information
AChep committed Dec 13, 2024
1 parent e8be3d4 commit 1c185d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/new_tag_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ jobs:
- id: vars
run: |
release_name=$(python .github/get_release_name.py tag=${{ github.ref_name }})
echo "release_name=release_name" >> $GITHUB_OUTPUT
echo "release_name=$release_name" >> $GITHUB_OUTPUT
- name: "Create release"
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit 1c185d7

Please sign in to comment.