Skip to content

Commit

Permalink
Create publishegg.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
duart38 authored Aug 3, 2020
1 parent be7fb32 commit f98c319
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/publishegg.yml
Original file line number Diff line number Diff line change
@@ -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.2.1
- run: deno install -A -f --unstable -n eggs https://x.nest.land/[email protected]/mod.ts
- run: |
export PATH="/home/runner/.deno/bin:$PATH"
eggs link ${{ secrets.NESTAPIKEY }}
eggs publish

0 comments on commit f98c319

Please sign in to comment.