Skip to content

Commit

Permalink
fix: ship to nest.land using --no-check-all
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshixmk committed Sep 20, 2020
1 parent ae797d4 commit 7b1267b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ship.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
- name: Publish module
run: |
deno run -A --unstable https://x.nest.land/eggs@0.2.2/mod.ts link ${{ secrets.NESTAPIKEY }}
deno run -A --unstable https://x.nest.land/eggs@0.2.2/mod.ts publish --version ${{ github.event.inputs.version }}
deno run -A --unstable https://x.nest.land/eggs@0.2.2/mod.ts publish --no-check-all --version ${{ github.event.inputs.version }}
9 changes: 6 additions & 3 deletions egg.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
name: ranking
description: Deno Third Party Modules Ranking
# version: <Selected version on workflow>
stable: true
entry: ./mod.ts
entry: /mod.ts
unlisted: false
fmt: true
repository: https://github.com/yoshixmk/deno-x-ranking
repository: 'https://github.com/yoshixmk/deno-x-ranking'
files:
- ./*.ts
- ./src/**/*.ts
- ./config
- README.md
ignore:
accepts: []
denies: []
version: 0.2.2

0 comments on commit 7b1267b

Please sign in to comment.