Skip to content

Commit

Permalink
disable release jobs with side effects for now, for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
arshaw committed Feb 15, 2024
1 parent 023bd4e commit 27b9578
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,13 @@ jobs:
--filter './contrib/**' \
run test
- name: Sync Repos
run: pnpm run sync-repos
# - name: Sync Repos
# run: pnpm run sync-repos

- name: Tag & Create GitHub Releases
env:
GH_TOKEN: ${{ secrets.RELEASE_GITHUB_TOKEN }} # for GitHub CLI
run: pnpm run tag-and-release
# - name: Tag & Create GitHub Releases
# env:
# GH_TOKEN: ${{ secrets.RELEASE_GITHUB_TOKEN }} # for GitHub CLI
# run: pnpm run tag-and-release

- name: Publish to NPM
run: echo "TODO!!!"

0 comments on commit 27b9578

Please sign in to comment.