Merge pull request #1 from moosetheory/actions

Added Github Actions
This commit is contained in:
Annika Merris 2024-10-09 16:11:31 -04:00 committed by GitHub
commit a66d069035
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 21 additions and 1 deletions

19
.github/workflows/create-release.yaml vendored Normal file
View file

@ -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

View file

@ -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

BIN
icon.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB