This commit is contained in:
parent
e83dbb23cf
commit
d962a1884e
@ -5,9 +5,9 @@ on:
|
||||
branches: ["master"]
|
||||
paths:
|
||||
[
|
||||
".gitea/workflows/publish-js-sdk.yml",
|
||||
"JS-SDK/**",
|
||||
"!JS-SDK/README.md",
|
||||
".gitea/workflows/publish-npm.yml",
|
||||
"use-tether/**",
|
||||
"!use-tether/README.md",
|
||||
"!README.md",
|
||||
"!LICENSE.md",
|
||||
]
|
||||
@ -17,7 +17,7 @@ jobs:
|
||||
runs-on: "ubuntu-latest"
|
||||
defaults:
|
||||
run:
|
||||
working-directory: "./JS-SDK"
|
||||
working-directory: "./use-tether"
|
||||
|
||||
# Steps to run
|
||||
steps:
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "usetether",
|
||||
"name": "use-tether",
|
||||
"version": "1.2.3",
|
||||
"author": "Braydon (Rainnny) <braydonrainnny@gmail.com>",
|
||||
"description": "An API designed to provide real-time access to a user's Discord data.",
|
Loading…
x
Reference in New Issue
Block a user