Skip to content

Commit

Permalink
updated nest ci
Browse files Browse the repository at this point in the history
  • Loading branch information
halvardssm committed Aug 6, 2020
1 parent a62c9af commit f1b3170
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions .github/workflows/publish_nest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- uses: denolib/setup-deno@master
with:
deno-version: ${{env.DENO_VERSION}}
- name: Install Nest
run: deno install -A -f --unstable -n eggs https://x.nest.land/[email protected]/mod.ts
- name: Export path
run: export PATH="/home/runner/.deno/bin:$PATH"
- name: Upgrade Eggs
run: eggs upgrade
- name: Link API key
run: eggs link --key ${{ secrets.NESTAPIKEY }}
- name: Publish to Nest
run: eggs publish

- name: Publish module
run: |
deno run -A --unstable https://x.nest.land/[email protected]/mod.ts link ${{ secrets.NESTAPIKEY }}
deno run -A --unstable https://x.nest.land/[email protected]/mod.ts publish

0 comments on commit f1b3170

Please sign in to comment.