Skip to content

Commit

Permalink
chore: fix github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
vmohir committed Aug 22, 2021
1 parent 792f73b commit 5276975
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,7 @@ jobs:
- name: Build
run: npm run build
- name: Deploy
run: SITE=NETLIFY_SITE_ID AUTH=NETLIFY_AUTH DIST="output" npm run netlify-deploy -- --prod
env:
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
NETLIFY_AUTH: ${{ secrets.NETLIFY_AUTH }}
run: SITE=${{ secrets.NETLIFY_SITE_ID }} AUTH=${{ secrets.NETLIFY_AUTH }} DIST="output" npm run netlify-deploy -- --prod
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 5276975

Please sign in to comment.