Skip to content

Commit

Permalink
ci(release): don't fail when version was published on nest already
Browse files Browse the repository at this point in the history
  • Loading branch information
oplik0 authored Aug 10, 2022
1 parent 118db4f commit aadd8fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Publish on nest.land
continue-on-error: true # eggs fails if the version doesn't change
run: |
deno install --allow-write --allow-env --allow-read --allow-net --unstable https://x.nest.land/[email protected]/eggs.ts
eggs link ${{ secrets.NEST_TOKEN }}
Expand Down

0 comments on commit aadd8fc

Please sign in to comment.