Skip to content

Commit

Permalink
chore(): remove if condition for publish)
Browse files Browse the repository at this point in the history
  • Loading branch information
clukhei committed Jan 9, 2024
1 parent beca1d9 commit 56f1c2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- run: npm run lib:install
- run: npm run lib:build
- run: cd lib/sgds && npm publish --tag alpha --access public
if: contains(env.NPM_TAG, 'alpha')
# if: contains(env.NPM_TAG, 'alpha')
- run: cd lib/sgds && npm publish --tag beta --access public
if: contains(env.NPM_TAG, 'beta')
env:
Expand Down

0 comments on commit 56f1c2d

Please sign in to comment.