Skip to content

Commit 80e2807

Browse files
authored
Fix typo in publish pipeline
1 parent e659ebb commit 80e2807

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ jobs:
175175
runs-on: ubuntu-latest
176176
needs: [lint, test_and_report_coverage, build_code, build_docs, integration_tests, changelog]
177177
outputs:
178-
tag_name: '${{ steps.tagging.outputs.tagname }}'
178+
tagname: '${{ steps.tagging.outputs.tagname }}'
179179
steps:
180180
- name: Checkout
181181
uses: actions/checkout@v4

0 commit comments

Comments
 (0)