Skip to content

Commit

Permalink
Merge pull request #7 from ThatKalle/toc
Browse files Browse the repository at this point in the history
Tocbump
  • Loading branch information
ThatKalle committed Aug 5, 2023
2 parents 4628cc4 + a133d96 commit 36c392e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/package-addon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
required: true

env:
WRATH_VERSION: 30401
WRATH_VERSION: 30402

jobs:
package:
Expand All @@ -18,7 +18,7 @@ jobs:
contents: write

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3

- name: Get name of addon
id: init
Expand All @@ -42,7 +42,7 @@ jobs:
- name: Tag and Release
id: create_release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # v0.1.15
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3

- name: WoW Lua Lint
uses: davidcraig/[email protected]
uses: davidcraig/action-wow-lint@e049cf3202b7722a2f505dc59de6d69ff324a037 # v1.0.1
with:
path-to-files: ./PlayerTitleDropDown-WrathFix.lua
4 changes: 2 additions & 2 deletions PlayerTitleDropDown-WrathFix.toc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
## Interface: 30401
## Interface: 30402
## Title: PlayerTitleDropDown-WrathFix
## Notes: Fixes player Title select dropdown UI bug.
## Author: Erniaa
## Version: 1.0.1
## Version: 1.0.2
## DefaultState: enabled

PlayerTitleDropDown-WrathFix.lua

0 comments on commit 36c392e

Please sign in to comment.