Skip to content

Commit f5508de

Browse files
authored
Update release.yml
1 parent da4757f commit f5508de

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
@@ -24,6 +24,6 @@ jobs:
2424
- name: Update versions of packages
2525
run: yarn setupRelease $GITHUB_REF_SLUG
2626
- name: Publish packages
27-
run: npm publish --workspace=packages --tag=dev
27+
run: npm publish --workspace=packages --tag=beta
2828
env:
2929
NODE_AUTH_TOKEN: ${{ secrets.RHOAS_NPM_TOKEN }} #

0 commit comments

Comments
 (0)