Skip to content

Commit 9200dfb

Browse files
authored
chore(ci): Updated workflows for Jreleaser tagging (#290)
* chore(ci): Updated workflows for Jreleaser tagging (without unleash-client-java prefix) * chore(ci): removed unnecessary coveralls step for release changelog generator
1 parent 8ec27d5 commit 9200dfb

File tree

2 files changed

+1
-54
lines changed

2 files changed

+1
-54
lines changed

.github/workflows/release_changelog.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
tags:
55
- "unleash-client-java-*"
6+
- "**[0-9]+.[0-9]+.[0-9]+*"
67

78
jobs:
89
release:
@@ -22,13 +23,3 @@ jobs:
2223
body: ${{ steps.github_release.outputs.changelog }}
2324
env:
2425
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN}}
25-
finish:
26-
needs: release
27-
if: ${{ always() }}
28-
runs-on: ubuntu-latest
29-
steps:
30-
- name: Coveralls Finished
31-
uses: coverallsapp/github-action@v2
32-
with:
33-
parallel-finished: true
34-
carryforward: run-jvm-8,run-jvm-11,run-jvm-17

.github/workflows/release_to_central.yml

Lines changed: 0 additions & 44 deletions
This file was deleted.

0 commit comments

Comments
 (0)