Skip to content

Commit

Permalink
Update ship.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
duart38 authored Aug 3, 2020
1 parent 06505e3 commit bdb7f9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ship.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
- uses: actions/checkout@v2
- uses: denolib/setup-deno@master
with:
deno-version: 1.2.1
deno-version: 1.2.2
- 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
eggs publish

0 comments on commit bdb7f9a

Please sign in to comment.