We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2a5a13 commit b80102cCopy full SHA for b80102c
.github/workflows/ship.yml
@@ -20,5 +20,5 @@ jobs:
20
21
- name: Publish module
22
run: |
23
- deno run -A --unstable https://x.nest.land/eggs@0.2.1/mod.ts link ${{ secrets.NESTAPIKEY }}
24
- deno run -A --unstable https://x.nest.land/eggs@0.2.1/mod.ts publish --version ${{ github.event.inputs.version }}
+ 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 }}
0 commit comments