Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.

Commit

Permalink
Bumps Eggs CLI to 0.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesseanwright committed Jul 5, 2021
1 parent fb60802 commit 25f5b4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
- name: Deploy to nest.land
run: |
export PATH="/home/runner/.deno/bin:$PATH"
deno install -A --unstable https://x.nest.land/[email protected].6/eggs.ts
deno install -A --unstable https://x.nest.land/[email protected].8/eggs.ts
eggs link ${{ secrets.NEST_API_KEY }}
eggs publish --yes --no-check --version $(git describe --tags $(git rev-list --tags --max-count=1))

0 comments on commit 25f5b4f

Please sign in to comment.