Skip to content

Commit

Permalink
ci: turn off snapshot release for now
Browse files Browse the repository at this point in the history
  • Loading branch information
segunadebayo committed May 21, 2024
1 parent 126134b commit e225bcb
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,15 @@ jobs:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Create @dev release
if: steps.changesets.outputs.published != 'true'
run: |
git checkout main
pnpm version:dev
pnpm release:dev
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# - name: Create @dev release
# if: steps.changesets.outputs.published != 'true'
# run: |
# git checkout main
# pnpm version:dev
# pnpm release:dev
# env:
# NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Slack notification
if: steps.changesets.outputs.published == 'true'
Expand Down

0 comments on commit e225bcb

Please sign in to comment.