Skip to content

Commit

Permalink
comment step to facilitate tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rutesantos4 committed Sep 24, 2023
1 parent 5a3ae4d commit afb9d4e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/publish-github.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ jobs:
- name: Install npm
run: npm install --frozen-lockfile

- name: Create Release Pull Request or Publish
id: changesets
uses: changesets/action@v1
with:
publish: bash scripts/release.sh
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# - name: Create Release Pull Request or Publish
# id: changesets
# uses: changesets/action@v1
# with:
# publish: bash scripts/release.sh
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Build project
if: steps.changesets.outputs.published == 'true'
Expand Down

0 comments on commit afb9d4e

Please sign in to comment.