Skip to content
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.

Commit

Permalink
chore: add gh secret
Browse files Browse the repository at this point in the history
  • Loading branch information
batrdn committed Feb 29, 2024
1 parent 1eae584 commit 3523fdc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
run: npx nx report
- name: Release packages
run: npx nx release --skip-publish
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
- name: Publish packages
run: npx nx release publish
env:
Expand Down

0 comments on commit 3523fdc

Please sign in to comment.