use recommended publishing on nes.land

This commit is contained in:
Skillz
2020-11-09 16:20:42 -05:00
parent 4057cf7676
commit 2530054b65
2 changed files with 5 additions and 5 deletions
+5 -4
View File
@@ -1,8 +1,8 @@
name: Ship Nest.Land
on:
release:
types: [published]
create:
ref_type: "tag"
jobs:
release:
@@ -16,5 +16,6 @@ jobs:
- name: Publish module
run: |
deno run -A --unstable https://x.nest.land/eggs@0.2.1/mod.ts link ${{ secrets.NESTAPIKEY }}
deno run -A --unstable https://x.nest.land/eggs@0.2.1/mod.ts publish --version ${{ github.event.inputs.tags }}
deno install -A --unstable https://x.nest.land/eggs@0.3.2/eggs.ts
eggs link ${{ secrets.NESTAPIKEY }}
eggs publish --yes --no-check --version $(git describe --tags $(git rev-list --tags --max-count=1))
-1
View File
@@ -2,7 +2,6 @@ name: Discordeno
description: >-
Discord Deno TypeScript API library wrapper(Officially vetted library by
Discord Team) https://discordeno.netlify.app
version: 9.0.15
stable: true
entry: mod.ts
repository: 'https://github.com/Skillz4Killz/Discordeno'