Skip to content

Commit

Permalink
Merge branch 'alex/deps'
Browse files Browse the repository at this point in the history
* alex/deps:
  ci: bump release-please.yml
  • Loading branch information
Coobaha committed Jul 3, 2022
2 parents 72c0d6b + 4e64159 commit 8343afa
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ jobs:
release-please-pr:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- id: release-pr
uses: google-github-actions/release-please-action@v3
with:
Expand All @@ -34,6 +37,9 @@ jobs:
release-please-release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: google-github-actions/release-please-action@v3
id: release
with:
Expand All @@ -42,7 +48,6 @@ jobs:
package-name: '@coobaha/typed-fastify'
command: github-release
# The logic below handles the npm publication:
- uses: actions/checkout@v3
# these if statements ensure that a publication only occurs when
# a new release is created:
if: ${{ steps.release.outputs.release_created }}
Expand Down

0 comments on commit 8343afa

Please sign in to comment.