Skip to content

Commit

Permalink
chore(ci): update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
c4spar committed Aug 11, 2021
1 parent 1c6dc9d commit 65ba62a
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,29 +18,29 @@ jobs:
with:
deno-version: v1.x

- name: Setup Node
uses: actions/setup-node@v2
with:
node-version: v15.x

- name: Setup Vercel
run: npm install -g vercel

- name: Setup eggs
run: >
deno install --unstable --allow-all https://x.nest.land/eggs@0.3.8/eggs.ts &&
eggs link "${NEST_TOKEN}"
env:
NEST_TOKEN: ${{ secrets.NEST_TOKEN }}

- name: Publish Nest.land
run: eggs publish --no-check --yes

# - name: Setup Node
# uses: actions/setup-node@v2
# with:
# node-version: v15.x
#
# - name: Setup Vercel
# run: npm install -g vercel
#
# - name: Setup pagic
# run: >
# deno install -f --unstable --allow-read --allow-write --allow-net --allow-run --name pagic https://deno.land/x/pagic@v1.4.0/mod.ts &&
# pagic build

- name: Publish Nest.land
run: eggs publish --no-check --yes

#
# - name: Publish Vercel
# run: vercel --prod --scope "${VERCEL_SCOPE}" --token="${{ secrets.VERCEL_TOKEN }}"
# env:
Expand Down

0 comments on commit 65ba62a

Please sign in to comment.