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
|
||||
concurrency: chart_releaser
|
||||
|
||||
on:
|
||||
push:
|
||||
|
@ -17,13 +18,6 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Turnstyle
|
||||
uses: softprops/turnstyle@v1
|
||||
with:
|
||||
continue-after-seconds: 180
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Fetch history
|
||||
run: git fetch --prune --unshallow
|
||||
|
||||
|
@ -45,4 +39,5 @@ jobs:
|
|||
- name: Run chart-releaser
|
||||
uses: helm/chart-releaser-action@v1.5.0
|
||||
env:
|
||||
CR_GENERATE_RELEASE_NOTES: true
|
||||
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
||||
|
|
Loading…
Reference in New Issue
Block a user