We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fb0b90 commit eb13f05Copy full SHA for eb13f05
.github/workflows/release-beta.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Compile
26
run: npm run build
27
28
- - name: Publish
+ - name: Publish Beta
29
run: |
30
npm publish --tag beta
31
env:
.github/workflows/release.yml
@@ -6,7 +6,7 @@ on:
6
- '*-beta.*'
7
8
jobs:
9
- publish_beta:
+ publish:
10
runs-on: ubuntu-latest
11
steps:
12
- uses: actions/checkout@v4
0 commit comments