diff --git a/.github/workflows/nestland.yml b/.github/workflows/nestland.yml index 6625cc71c..fbb97d5d9 100644 --- a/.github/workflows/nestland.yml +++ b/.github/workflows/nestland.yml @@ -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)) diff --git a/egg.yml b/egg.yml index 79b0633d1..c25ed8734 100644 --- a/egg.yml +++ b/egg.yml @@ -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'