JS-SDK -> use-tether
Some checks failed
Publish JS SDK / docker (push) Has been cancelled

This commit is contained in:
Braydon 2024-09-09 21:50:10 -04:00
parent e83dbb23cf
commit d962a1884e
15 changed files with 5 additions and 5 deletions

@ -5,9 +5,9 @@ on:
branches: ["master"] branches: ["master"]
paths: paths:
[ [
".gitea/workflows/publish-js-sdk.yml", ".gitea/workflows/publish-npm.yml",
"JS-SDK/**", "use-tether/**",
"!JS-SDK/README.md", "!use-tether/README.md",
"!README.md", "!README.md",
"!LICENSE.md", "!LICENSE.md",
] ]
@ -17,7 +17,7 @@ jobs:
runs-on: "ubuntu-latest" runs-on: "ubuntu-latest"
defaults: defaults:
run: run:
working-directory: "./JS-SDK" working-directory: "./use-tether"
# Steps to run # Steps to run
steps: steps:

@ -1,5 +1,5 @@
{ {
"name": "usetether", "name": "use-tether",
"version": "1.2.3", "version": "1.2.3",
"author": "Braydon (Rainnny) <braydonrainnny@gmail.com>", "author": "Braydon (Rainnny) <braydonrainnny@gmail.com>",
"description": "An API designed to provide real-time access to a user's Discord data.", "description": "An API designed to provide real-time access to a user's Discord data.",