Skip to content

Commit

Permalink
upgraded actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zackbradys committed Jun 22, 2024
1 parent 2de808e commit 053ff0e
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
@@ -1,23 +1,19 @@
name: Release Helm Chart(s)
name: Release Workflow
on:
push:
branches:
- main

jobs:
release:
chart-release:
name: Chart Release Job
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Configure Git
run: |
git config user.name "$GITHUB_ACTOR"
git config user.email "[email protected]"
- name: Run Helm Chart Releaser
uses: helm/[email protected]
env:
Expand Down

0 comments on commit 053ff0e

Please sign in to comment.