diff --git a/.github/workflows/create-release.yaml b/.github/workflows/create-release.yaml new file mode 100644 index 0000000..2b2afb1 --- /dev/null +++ b/.github/workflows/create-release.yaml @@ -0,0 +1,19 @@ +--- +name: Create a release +on: + push: + tags: + - 'v*' + +jobs: + release: + runs-on: ubuntu-latest + env: + WAGO_API_TOKEN: ${{ secrets.WAGO_API_TOKEN }} + steps: + - name: Clone project + uses: actions/checkout@v3 + with: + fetch-depth: 0 + - name: Package and release + uses: BigWigsMods/packager@v2 diff --git a/KittenDismount.toc b/KittenDismount.toc index 5f09846..7993333 100644 --- a/KittenDismount.toc +++ b/KittenDismount.toc @@ -1,8 +1,9 @@ ## Interface: 110002 ## Version: 0.0.4 ## Title: Kitten Easy Dismount -## Notes: Quick addon to dismount if you are on a flying mount, but on the ground. +## Notes: Quick addon to dismount if you are on a skyriding mount, but on the ground. ## Author: Annika +## X-Wago-ID: bGoM1p60 ## SavedVariables: KittenDismountData diff --git a/icon.jpg b/icon.jpg new file mode 100644 index 0000000..171b720 Binary files /dev/null and b/icon.jpg differ