Skip to content

Commit

Permalink
Merge ffafabe into b2acaba
Browse files Browse the repository at this point in the history
  • Loading branch information
Haloghen authored Nov 4, 2022
2 parents b2acaba + ffafabe commit f4ef7ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/chart-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ jobs:
lint-test:
name: "Lint and Test"
runs-on: ubuntu-22.04
if: github.ref != 'refs/heads/main'
steps:
- name: "Checkout"
uses: actions/[email protected]
Expand Down Expand Up @@ -62,7 +63,7 @@ jobs:
name: Release Chart on Nexus
runs-on: ubuntu-22.04
needs: lint-test
if: github.ref == 'refs/heads/main'
if: ${{ always() }} && github.ref == 'refs/heads/main'
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion charts/foundry-vtt/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: foundry-vtt
description: Foundry Virtual Tabletop
type: application
version: 0.1.0
version: 0.1.1
appVersion: "v10.288"
keywords:
- game
Expand Down

0 comments on commit f4ef7ac

Please sign in to comment.