Skip to content

Commit d38b73d

Browse files
committed
Sync naming
1 parent 3ba1bca commit d38b73d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
needs: [check-code]
5252
timeout-minutes: 10
5353
outputs:
54-
upload_url: ${{ steps.create_release.outputs.upload_url }}
54+
upload_url: ${{ steps.create-release.outputs.upload_url }}
5555
steps:
5656
- uses: actions/checkout@v4
5757

@@ -88,7 +88,7 @@ jobs:
8888
git push origin --tags
8989
9090
- name: Create Release
91-
id: create_release
91+
id: create-release
9292
uses: shogo82148/actions-create-release@4661dc54f7b4b564074e9fbf73884d960de569a3 # v1
9393
with:
9494
tag_name: v${{ steps.version.outputs.release }}

0 commit comments

Comments
 (0)