Compare commits

...

2 Commits

Author SHA1 Message Date
4f7a07c337 FIX the fucking release
I forgot to rename repo OOPS
2025-05-06 23:07:29 +02:00
0637832bdd Release 1.1.2 2025-05-06 23:07:17 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
## Interface: 70300
## Title: ActionBarSaver: Daved
## Version: 1.1.1
## Version: 1.1.2
## Notes: Manage, save, restore, import and export action bar and keybind profiles
## Author: Phat phuck dave
## SavedVariables: ActionBarSaverDaved, KeybindSaverDaved

View File

@@ -30,7 +30,7 @@ rm -rf ActionBarSaverDaved
echo "Creating a release..."
TOKEN="$GITEA_API_KEY"
GITEA="https://git.site.quack-lab.dev"
REPO="dave/wow_ABS"
REPO="dave/wow-ActionBarSaverDaved"
# Create a release
RELEASE_RESPONSE=$(curl -s -X POST \
-H "Authorization: token $TOKEN" \