Skip to content

Commit

Permalink
env settings2
Browse files Browse the repository at this point in the history
  • Loading branch information
niclasheun committed Feb 7, 2025
1 parent 0a228ca commit 90ed1e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-state-lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ jobs:

- name: Set up Node
uses: actions/setup-node@v4
env:
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
with:
node-version: '23.x'
registry-url: 'https://registry.npmjs.org'
Expand Down Expand Up @@ -90,6 +88,8 @@ jobs:
# fi

- name: Build the package
env:
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
run: |
cd prompt-shared-state
yarn build
Expand Down

0 comments on commit 90ed1e2

Please sign in to comment.