Skip to content

Commit

Permalink
ci: fix release-please
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Aug 7, 2022
1 parent 369538f commit 42d0920
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
17 changes: 10 additions & 7 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,14 @@ jobs:
RESULTS: ${{ toJSON(steps.release.outputs) }}
run: echo "$RESULTS"

# publish:
# needs:
# - release-please
# uses: ./.github/workflows/publish.yml
# secrets:
# PUBLISH_NPM: ${{ secrets.PUBLISH_NPM }}
# if: ${{ needs.release-please.outputs.release_created }}
publish:
runs-on: ubuntu-latest
needs:
- release-please
if: ${{ needs.release-please.outputs.release_created }}
steps:
- run: echo "Publish"
# uses: ./.github/workflows/publish.yml
# secrets:
# PUBLISH_NPM: ${{ secrets.PUBLISH_NPM }}
# cspell:ignore noreply
5 changes: 4 additions & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,8 @@
"section": "Changes",
"hidden": false
}
]
],
"packages": {
".": {}
}
}

0 comments on commit 42d0920

Please sign in to comment.