Skip to content

Commit

Permalink
Update Production.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
WardPearce committed Jun 15, 2021
1 parent cc3d8f6 commit afdb33e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/Production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ jobs:
with:
token: ${{ secrets.NPM_TOKEN }}
- name: Get Version
id: version
uses: notiz-dev/github-action-json-property@release
with:
path: 'package.json'
prop_path: 'version'
id: version
uses: notiz-dev/github-action-json-property@release
with:
path: 'package.json'
prop_path: 'version'
- name: Delete npmrc
run: rm -f ./.npmrc
- name: Build with esbuild
Expand Down

0 comments on commit afdb33e

Please sign in to comment.