Skip to content

Commit e045666

Browse files
committed
refactor: adjust step name
1 parent c1084d9 commit e045666

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
echo "VERSION=$VERSION"
2222
echo "VERSION=$VERSION" >> $GITHUB_OUTPUT
2323
24-
- name: Create GitHub Release with provenance
24+
- name: Create GitHub Release
2525
uses: softprops/action-gh-release@v2
2626
with:
2727
tag_name: v${{ steps.extract_version.outputs.VERSION }}

0 commit comments

Comments
 (0)