mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 16:57:22 +00:00
nestland stuff
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
name: Publish Egg
|
||||
|
||||
on:
|
||||
release:
|
||||
types: [published]
|
||||
|
||||
jobs:
|
||||
publish-egg:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: denolib/setup-deno@master
|
||||
with:
|
||||
deno-version: 1.1.1
|
||||
- run: deno install -A -f --unstable -n eggs https://x.nest.land/eggs@0.2.1/mod.ts
|
||||
- run: |
|
||||
export PATH="/home/runner/.deno/bin:$PATH"
|
||||
eggs link ${{ secrets.NESTAPIKEY }}
|
||||
eggs publish
|
||||
Reference in New Issue
Block a user