Skip to content

Commit b80102c

Browse files
committed
upgrade eggs for Ships
1 parent c2a5a13 commit b80102c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ship.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ jobs:
2020

2121
- name: Publish module
2222
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 }}
23+
deno run -A --unstable https://x.nest.land/eggs@0.2.2/mod.ts link ${{ secrets.NESTAPIKEY }}
24+
deno run -A --unstable https://x.nest.land/eggs@0.2.2/mod.ts publish --version ${{ github.event.inputs.version }}

0 commit comments

Comments
 (0)