Skip to content

Commit

Permalink
forgot i am on a test branch 😞
Browse files Browse the repository at this point in the history
  • Loading branch information
Freymaurer committed Feb 5, 2025
1 parent ff134dd commit 6e60114
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/PublishNpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,14 @@ jobs:
working-directory: src/Components

- name: Publish to NPM (Latest)
if: github.ref_name != 'nightly'
if: github.ref_name == 'release'
run: echo "non prerelase not configured for npm release."
working-directory: src/Components
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_KEY }}

- name: Publish to NPM (Next)
if: github.ref_name == 'nightly'
if: github.ref_name == 'nightly' || github.ref_name == 'gh-action-test-branch'
run: npm publish --access public --tag next
working-directory: src/Components
env:
Expand Down

0 comments on commit 6e60114

Please sign in to comment.