Skip to content

Commit

Permalink
fix: remove unnecessary if statement in release please action
Browse files Browse the repository at this point in the history
  • Loading branch information
lukekarrys committed Aug 25, 2022
1 parent b37de29 commit 678cb5a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ jobs:
run: npm i --prefer-online --no-fund --no-audit -g npm@latest
- run: npm -v
- name: Update PR ${{ matrix.pr.number }} dependencies and commit
if: steps.release.outputs.pr
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
Expand Down
1 change: 0 additions & 1 deletion lib/content/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:
{{> setupGit}}
{{> setupNode}}
- name: Update PR $\{{ matrix.pr.number }} dependencies and commit
if: steps.release.outputs.pr
env:
GITHUB_TOKEN: $\{{ secrets.GITHUB_TOKEN }}
run: |
Expand Down
2 changes: 0 additions & 2 deletions tap-snapshots/test/apply/full-content.js.test.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,6 @@ jobs:
run: npm i --prefer-online --no-fund --no-audit -g npm@latest
- run: npm -v
- name: Update PR \${{ matrix.pr.number }} dependencies and commit
if: steps.release.outputs.pr
env:
GITHUB_TOKEN: \${{ secrets.GITHUB_TOKEN }}
run: |
Expand Down Expand Up @@ -1260,7 +1259,6 @@ jobs:
run: npm i --prefer-online --no-fund --no-audit -g npm@latest
- run: npm -v
- name: Update PR \${{ matrix.pr.number }} dependencies and commit
if: steps.release.outputs.pr
env:
GITHUB_TOKEN: \${{ secrets.GITHUB_TOKEN }}
run: |
Expand Down

0 comments on commit 678cb5a

Please sign in to comment.