Skip to content

Commit

Permalink
Merge pull request #83 from jessebot/patch-1
Browse files Browse the repository at this point in the history
Feat: Update release.yml github workflow - turn on release notes and bump action versions to latest
  • Loading branch information
benbz authored Mar 27, 2024
2 parents b7d832d + 6242e05 commit 0e0fb30
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
apt install -y unzip curl git
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand All @@ -32,17 +32,19 @@ jobs:
git config --global --add safe.directory "$GITHUB_WORKSPACE"
- name: Install Helm
uses: azure/setup-helm@v3
uses: azure/setup-helm@v3.5

- name: Helm package
run: |
mkdir .cr-release-packages
helm package .
mv ./jitsi-*.tgz ./.cr-release-packages/
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.5.0
uses: helm/chart-releaser-action@v1.6.0
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
CR_GENERATE_RELEASE_NOTES: true
with:
charts_dir: .
skip_packaging: true

0 comments on commit 0e0fb30

Please sign in to comment.