mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 08:47:22 +00:00
use recommended publishing on nes.land
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
name: Ship Nest.Land
|
name: Ship Nest.Land
|
||||||
|
|
||||||
on:
|
on:
|
||||||
release:
|
create:
|
||||||
types: [published]
|
ref_type: "tag"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
release:
|
release:
|
||||||
@@ -16,5 +16,6 @@ jobs:
|
|||||||
|
|
||||||
- name: Publish module
|
- name: Publish module
|
||||||
run: |
|
run: |
|
||||||
deno run -A --unstable https://x.nest.land/eggs@0.2.1/mod.ts link ${{ secrets.NESTAPIKEY }}
|
deno install -A --unstable https://x.nest.land/eggs@0.3.2/eggs.ts
|
||||||
deno run -A --unstable https://x.nest.land/eggs@0.2.1/mod.ts publish --version ${{ github.event.inputs.tags }}
|
eggs link ${{ secrets.NESTAPIKEY }}
|
||||||
|
eggs publish --yes --no-check --version $(git describe --tags $(git rev-list --tags --max-count=1))
|
||||||
|
|||||||
@@ -2,7 +2,6 @@ name: Discordeno
|
|||||||
description: >-
|
description: >-
|
||||||
Discord Deno TypeScript API library wrapper(Officially vetted library by
|
Discord Deno TypeScript API library wrapper(Officially vetted library by
|
||||||
Discord Team) https://discordeno.netlify.app
|
Discord Team) https://discordeno.netlify.app
|
||||||
version: 9.0.15
|
|
||||||
stable: true
|
stable: true
|
||||||
entry: mod.ts
|
entry: mod.ts
|
||||||
repository: 'https://github.com/Skillz4Killz/Discordeno'
|
repository: 'https://github.com/Skillz4Killz/Discordeno'
|
||||||
|
|||||||
Reference in New Issue
Block a user