Skip to content

Commit e78b9e1

Browse files
committedApr 18, 2024
Fix semantic-release workflow name
1 parent dd3c253 commit e78b9e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/semantic-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
uses: actions/checkout@v4
4242
with:
4343
fetch-depth: 1
44-
- name: Release version ${{ steps.release.outputs.new_release_version }} on ${{ github.ref_name }}
44+
- name: Release version ${{ needs.semantic.outputs.new_release_version }} on ${{ github.ref_name }}
4545
run: gh workflow run version.yml --raw-field version=$VERSION --ref $BRANCH
4646
env:
4747
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}

0 commit comments

Comments
 (0)