Skip to content

Commit

Permalink
CI: Pin StyLua version to v0.14.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanzilla committed Sep 16, 2022
1 parent 110c20e commit 587e2e9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --check . --output-format=summary
version: v0.14.4

- name: Generate Changelog
run: ./generate_changelog.sh
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --check . --output-format=summary
version: v0.14.4

- name: Update CurseForge Translations
run: ./update_translations.sh
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --check . --output-format=summary
version: v0.14.4

- name: Update Build Date
run: sed -i "s/@build-time@/`date +%Y%m%d%H%M%S`/" WeakAuras/Init.lua
Expand Down

0 comments on commit 587e2e9

Please sign in to comment.