Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:

permissions:
contents: read
id-token: write

env:
HYPHEN_PUBLIC_API_KEY: ${{ secrets.HYPHEN_PUBLIC_API_KEY }}
Expand All @@ -32,6 +33,9 @@ jobs:
- name: Enable Corepack
run: corepack enable

- name: Update npm
Comment thread
jaredwray marked this conversation as resolved.
Outdated
run: npm install -g npm@latest

- name: Install Dependencies
run: pnpm install

Expand All @@ -42,8 +46,4 @@ jobs:
run: pnpm test:ci

- name: Publish
run: |
npm config set //registry.npmjs.org/:_authToken ${NPM_TOKEN}
npm publish --ignore-scripts --access public
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npm publish --ignore-scripts --access public
Comment thread
jaredwray marked this conversation as resolved.
Outdated
Comment thread
jaredwray marked this conversation as resolved.
Outdated