Skip to content

Commit

Permalink
fix: workflow spec
Browse files Browse the repository at this point in the history
  • Loading branch information
BrendanGalloway committed Feb 20, 2024
1 parent 8ccbb3a commit 711be05
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
release:
name: Release Chart
name: Release App
runs-on: ubuntu-latest
permissions:
contents: write # needed to write releases
Expand Down Expand Up @@ -50,7 +50,6 @@ jobs:
- name: "Version Info:"
run: echo "${{ steps.appVersion.outputs.appVersion }}"
build:
needs: workflow-check
runs-on: ubuntu-latest
needs: release
permissions:
Expand Down

0 comments on commit 711be05

Please sign in to comment.