Skip to content
This repository has been archived by the owner on Dec 22, 2024. It is now read-only.

Commit

Permalink
Update Production.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
WardPearce committed May 12, 2021
1 parent 2306a69 commit f539e95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ jobs:
npm config set dathost:datHostEmail $EMAIL
npm config set dathost:datHostPass $PASSWORD
npm run test
- name: Delete npmrc
run: rm -f ./.npmrc
- name: Pack to NPM
uses: JS-DevTools/npm-publish@v1
with:
Expand All @@ -36,6 +34,8 @@ jobs:
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
run: echo ::set-env name=DATHOST_VERSION::$(npm info dathost version)
- name: Delete npmrc
run: rm -f ./.npmrc
- name: Build with esbuild
run: npm run build
- name: Automatic Releases
Expand Down

0 comments on commit f539e95

Please sign in to comment.