Skip to content

Commit

Permalink
ci: fix github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Papirniy committed Jan 31, 2022
1 parent de1e57a commit 804cc6d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,8 @@ jobs:
- name: Config git name
run: git config --global user.name "Hathoriel"

- run: npx nxpm release $(npm --no-git-tag-version version prerelease) --fix --ci
- name: Publish packages
run: yarn publish:prerelease
run: npx nxpm release $(npm --no-git-tag-version version prerelease) --fix --ci
env:
GH_TOKEN: ${{ secrets.PAT_GITHUB }}
GITHUB_TOKEN: ${{ secrets.PAT_GITHUB }}
Expand Down

0 comments on commit 804cc6d

Please sign in to comment.