This commit is contained in:
parent
e83dbb23cf
commit
d962a1884e
@ -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.",
|
Loading…
x
Reference in New Issue
Block a user