Skip to content

Commit

Permalink
ci: update changelog action
Browse files Browse the repository at this point in the history
  • Loading branch information
matejdro committed Sep 6, 2024
1 parent ed9cc01 commit fa4a35d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- run: "v=$(cat version.txt);echo \"OLD_VERSION=$v\" > $GITHUB_ENV"
- name: Check if there were any new fix or feature commits
id: version-check
uses: inovait/actions-common/bump-version-since-last-build@21a4069c8686686b5d0a1429f4d1f7ebf0d59f1a
uses: inovait/actions-common/bump-version-since-last-build@v10
with:
version: '${{ env.OLD_VERSION }}'
- run: "echo \"No feature or fix commits. Skipping build...\""
Expand All @@ -53,7 +53,7 @@ jobs:
run: "./gradlew test jvmTest"
- name: Generate Changelog
id: changelog
uses: inovait/actions-common/changelog-since-last-build@21a4069c8686686b5d0a1429f4d1f7ebf0d59f1a
uses: inovait/actions-common/changelog-since-last-build@v10
with:
git_commit_url_prefix: 'https://github.com/inovait/kotlinova/commit/'
- run: "old_changelog=$(cat CHANGELOG.MD); echo \"# ${{ env.VERSION }}\n\n${{ steps.changelog.outputs.changelog }}\n\n$old_changelog\" > CHANGELOG.MD"
Expand Down

0 comments on commit fa4a35d

Please sign in to comment.