Skip to content

Commit

Permalink
chore(ci): remove schema prop
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushmanchhabra committed Feb 13, 2024
1 parent 0a6a44d commit 33238b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
release-please:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4.1.1
- uses: google-github-actions/release-please-action@v4.0.2
- name: Release Please
uses: google-github-actions/release-please-action@v4.0.2
with:
token: ${{ secrets.GITHUB_TOKEN }}
config-file: release-please-config.json
Expand Down
1 change: 0 additions & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"packages": {
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"release-type": "node",
"changelog-sections": [
{
Expand Down

0 comments on commit 33238b1

Please sign in to comment.