mirror of
https://github.com/mastodon/chart
synced 2025-05-18 04:53:21 +00:00
Update release.yml - remove turnstyle, add proper release notes
This commit is contained in:
parent
d35502a77c
commit
6f7e947c98
9
.github/workflows/release.yml
vendored
9
.github/workflows/release.yml
vendored
|
@ -1,4 +1,5 @@
|
||||||
name: Release Chart
|
name: Release Chart
|
||||||
|
concurrency: chart_releaser
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
@ -17,13 +18,6 @@ jobs:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Turnstyle
|
|
||||||
uses: softprops/turnstyle@v1
|
|
||||||
with:
|
|
||||||
continue-after-seconds: 180
|
|
||||||
env:
|
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
|
|
||||||
- name: Fetch history
|
- name: Fetch history
|
||||||
run: git fetch --prune --unshallow
|
run: git fetch --prune --unshallow
|
||||||
|
|
||||||
|
@ -45,4 +39,5 @@ jobs:
|
||||||
- name: Run chart-releaser
|
- name: Run chart-releaser
|
||||||
uses: helm/chart-releaser-action@v1.5.0
|
uses: helm/chart-releaser-action@v1.5.0
|
||||||
env:
|
env:
|
||||||
|
CR_GENERATE_RELEASE_NOTES: true
|
||||||
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user