Skip to content

Commit

Permalink
fix(ci): correct bad path in update-changelog action (#4726)
Browse files Browse the repository at this point in the history
Signed-off-by: Charly Molter <charly.molter@konghq.com>
  • Loading branch information
lahabana authored Aug 2, 2022
1 parent fe90b35 commit 604e30f
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/update-changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,8 @@ on:
release:
types: [published, edited, released, unpublished, deleted]
jobs:
upgrade-kuma:
update-changelog:
runs-on: ubuntu-latest
defaults:
run:
working-directory: kong-mesh
steps:
- name: Generate GitHub app token
id: github-app-token
Expand All @@ -22,7 +19,9 @@ jobs:
- uses: actions/setup-go@v2
with:
go-version: "~1.18.1"
- run: |
- env:
GITHUB_TOKEN: ${{ steps.github-app-token.outputs.token }}
run: |
go run ./tools/releases/changelog/... changelog.md > CHANGELOG.md
- name: "Create Pull Request"
uses: peter-evans/create-pull-request@v3
Expand Down

0 comments on commit 604e30f

Please sign in to comment.