Skip to content

Commit

Permalink
chore(*): publish only azure
Browse files Browse the repository at this point in the history
  • Loading branch information
polymath-eric committed Oct 10, 2024
1 parent fce4339 commit 27dc6ac
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ jobs:
run: yarn --frozen-lockfile
- name: build and release
run: |
yarn nx run-many --all --target=semantic-release --parallel=false
yarn nx run @polymeshassociation/azure-signing-manager:semantic-release
# TODO use: yarn nx run-many --all --target=semantic-release --parallel=false

env:
CI: true
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
Expand Down

0 comments on commit 27dc6ac

Please sign in to comment.