Skip to content

[maven-release-plugin] prepare release unleash-client-java-9.2.6 #41

[maven-release-plugin] prepare release unleash-client-java-9.2.6

[maven-release-plugin] prepare release unleash-client-java-9.2.6 #41

name: "Releases"
on:
push:
tags:
- "unleash-client-java-*"
jobs:
release:
if: startsWith(github.ref, 'refs/tags/')
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Build changelog
id: github_release
uses: metcalfc/changelog-generator@v4.2.0
with:
myToken: ${{ secrets.GITHUB_TOKEN }}
- name: Create release
uses: ncipollo/release-action@v1
with:
body: ${{ steps.github_release.outputs.changelog }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN}}
finish:
needs: build

Check failure on line 26 in .github/workflows/release_changelog.yml

View workflow run for this annotation

GitHub Actions / Releases

Invalid workflow file

The workflow is not valid. .github/workflows/release_changelog.yml (Line: 26, Col: 12): Job 'finish' depends on unknown job 'build'.
if: ${{ always() }}
runs-on: ubuntu-latest
steps:
- name: Coveralls Finished
uses: coverallsapp/github-action@v2
with:
parallel-finished: true
carryforward: run-jvm-8,run-jvm-11,run-jvm-17