Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/duart38/Observe
Browse files Browse the repository at this point in the history
  • Loading branch information
duart38 committed Aug 5, 2020
2 parents f91dc25 + bdb7f9a commit 81f0ede
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 81f0ede

Please sign in to comment.