Skip to content

Commit

Permalink
actually publish the beta
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelnlindsay committed Dec 13, 2023
1 parent b3c621c commit 17c352d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-beta-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
npm publish --tag beta --access=public --dry-run
npm publish --tag beta --access=public
- name: Configure AWS credentials for Non-Prod
id: awskeys
Expand Down

0 comments on commit 17c352d

Please sign in to comment.