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 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))
-1
View File
@@ -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'