Skip to content

Commit

Permalink
Update deployFreighterApiProduction.yml (#1787)
Browse files Browse the repository at this point in the history
* Update deployFreighterApiProduction.yml

* Update deployFreighterApiProduction.yml

* trigger CI
  • Loading branch information
aristidesstaffieri authored Jan 14, 2025
1 parent 0dd4b4a commit fc5e15f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/deployFreighterApiProduction.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ jobs:
- name: Build package
uses: actions/setup-node@v4
with:
node-version: "21"
node-version: '21.x'
registry-url: 'https://registry.npmjs.org'
always-auth: true
- name: Version npm package
run: |
git config --local user.email "action@github.com"
Expand All @@ -27,10 +29,6 @@ jobs:
yarn version --new-version ${{ github.event.inputs.release }}
cd ../../
- run: yarn && yarn build:freighter-api
- name: Setup .yarnrc.yml
run: yarn config set npmAuthToken $NODE_AUTH_TOKEN
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Publish npm package
run: |
cd @stellar/freighter-api
Expand Down

0 comments on commit fc5e15f

Please sign in to comment.