Skip to content

Commit eb13f05

Browse files
committed
ci: proper naming
1 parent 8fb0b90 commit eb13f05

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-beta.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Compile
2626
run: npm run build
2727

28-
- name: Publish
28+
- name: Publish Beta
2929
run: |
3030
npm publish --tag beta
3131
env:

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- '*-beta.*'
77

88
jobs:
9-
publish_beta:
9+
publish:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)