Skip to content

Commit

Permalink
update CLI release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
dallen4 committed Oct 23, 2023
1 parent 42a0b01 commit 7b6e2fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cli_publish_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ jobs:
yarn install --frozen-lockfile
echo $DEADDROP_API_URL
echo $PEER_SERVER_URL
DEADDROP_API_URL=$DEADDROP_API_URL PEER_SERVER_URL=$PEER_SERVER_URL yarn build
echo "//registry.npmjs.org/:_authToken=$NPM_AUTH_TOKEN" >> ./.npmrc
DEADDROP_API_URL=$DEADDROP_API_URL PEER_SERVER_URL=$PEER_SERVER_URL yarn release
npm publish
# - uses: marvinpinto/action-automatic-releases@latest
# if: steps.cache-bundle.outputs.cache-hit != 'true'
# with:
Expand Down

0 comments on commit 7b6e2fd

Please sign in to comment.