Skip to content

Commit

Permalink
ci: worked on bumpVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
unl0ck committed May 7, 2024
1 parent 14681cb commit a6ea7ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bumpVersion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,15 @@ jobs:
env:
GITHUB_TOKEN: ${{ github.token }}
with:
outputFile: GridboxConnectionAddon/CHANGELOG.md
outputFile: GridboxConnectorAddon/CHANGELOG.md

- name: Build Changelog
id: github_release_dev
uses: mikepenz/release-changelog-builder-action@v4
env:
GITHUB_TOKEN: ${{ github.token }}
with:
outputFile: GridboxConnectionAddon-dev/CHANGELOG.md
outputFile: GridboxConnectorAddon-dev/CHANGELOG.md

- name: Commit and Tag
uses: stefanzweifel/git-auto-commit-action@v5
Expand Down

0 comments on commit a6ea7ec

Please sign in to comment.