Skip to content

Commit cafceb2

Browse files
committed
Fix step names
1 parent 7bfb981 commit cafceb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/prerelease-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
permissions:
2929
contents: read
3030

31-
name: Build release
31+
name: Build pre-release
3232
runs-on: ubuntu-latest
3333
steps:
3434
- name: Harden Runner
@@ -132,7 +132,7 @@ jobs:
132132
retention-days: 7
133133

134134
publish:
135-
name: Publish to GitHub Pacakges
135+
name: Publish to GitHub Packages
136136
needs: sign
137137
runs-on: ubuntu-latest
138138
if: ${{ inputs.perform_publish }}

0 commit comments

Comments
 (0)