diff options
| author | Dan Engelbrecht <[email protected]> | 2022-06-15 15:09:24 +0200 |
|---|---|---|
| committer | Dan Engelbrecht <[email protected]> | 2022-06-15 15:09:24 +0200 |
| commit | d604df8828ed9792919135129feabbcba1fffb19 (patch) | |
| tree | 1897ab24a383b93b508be55d416a9b0a811d8e68 | |
| parent | bump version (diff) | |
| download | zen-d604df8828ed9792919135129feabbcba1fffb19.tar.xz zen-d604df8828ed9792919135129feabbcba1fffb19.zip | |
fix version.txt casing
| -rw-r--r-- | .github/workflows/validate.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 70db9500c..7ceec353b 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -5,12 +5,12 @@ on: types: [opened, reopened, synchronize] branches: [ main ] paths-ignore: - - 'version.txt' + - 'VERSION.txt' - 'CHANGELOG.md' push: branches: [ main ] paths-ignore: - - 'version.txt' + - 'VERSION.txt' - 'CHANGELOG.md' jobs: |