Skip to content

Commit

Permalink
feat(core): clean up publish config
Browse files Browse the repository at this point in the history
  • Loading branch information
Cammisuli authored and FrozenPandaz committed Jan 30, 2023
1 parent 89ff65b commit d22406e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,7 @@ jobs:
shell: bash
- name: Publish
run: |
yarn nx-release --local=false $GITHUB_REF_NAME --skipPublish
ls -R build/packages/nx/native-packages
yarn nx-release --local=false $GITHUB_REF_NAME
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit d22406e

Please sign in to comment.