Skip to content

Commit f4ef7ac

Browse files
authored
Merge ffafabe into b2acaba
2 parents b2acaba + ffafabe commit f4ef7ac

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/chart-workflow.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ jobs:
77
lint-test:
88
name: "Lint and Test"
99
runs-on: ubuntu-22.04
10+
if: github.ref != 'refs/heads/main'
1011
steps:
1112
- name: "Checkout"
1213
uses: actions/checkout@v2.4.2
@@ -62,7 +63,7 @@ jobs:
6263
name: Release Chart on Nexus
6364
runs-on: ubuntu-22.04
6465
needs: lint-test
65-
if: github.ref == 'refs/heads/main'
66+
if: ${{ always() }} && github.ref == 'refs/heads/main'
6667
steps:
6768
- name: Checkout
6869
uses: actions/checkout@v2

charts/foundry-vtt/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: foundry-vtt
33
description: Foundry Virtual Tabletop
44
type: application
5-
version: 0.1.0
5+
version: 0.1.1
66
appVersion: "v10.288"
77
keywords:
88
- game

0 commit comments

Comments
 (0)