Skip to content

Commit

Permalink
Merge pull request #84 from nestdotland/hotfix/ship
Browse files Browse the repository at this point in the history
Typo in release workflow
  • Loading branch information
SteelAlloy authored Sep 22, 2020
2 parents d222603 + 16f2266 commit 3484fbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ship.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ jobs:
# TODO(@oganexon): remove --description after next release
run: |
deno run -A --unstable mod.ts link ${{ secrets.NESTAPIKEY }}
deno run -A --unstable mod.ts publish eggs --ignore "extends .gitignore" --version ${{ env.EGGS_VERSION }} --description "The CLI used to publish and update modules in nest.land.
deno run -A --unstable mod.ts publish eggs --ignore "extends .gitignore" --version ${{ env.EGGS_VERSION }} --description "The CLI used to publish and update modules in nest.land."

0 comments on commit 3484fbe

Please sign in to comment.