Skip to content

Commit 6a43fb9

Browse files
committed
chore: rename step
1 parent 4e197b1 commit 6a43fb9

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
@@ -44,7 +44,7 @@ jobs:
4444
run: npm ci
4545
- name: Set project name
4646
run: echo "SEMANTIC_RELEASE_PACKAGE=$(jq -r '.name' package.json)" >> $GITHUB_ENV
47-
- name: Release
47+
- name: Release to github registry
4848
run: npx semantic-release
4949
env:
5050
GH_TOKEN: ${{ secrets.GH_TOKEN }}

0 commit comments

Comments
 (0)