Skip to content

Commit

Permalink
build: fix configuration (#85)
Browse files Browse the repository at this point in the history
Fix release workflow configuration and specify proper build command.
  • Loading branch information
parfeon authored Nov 23, 2021
1 parent c342231 commit 2ebcbb2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,11 @@ jobs:
token: ${{ secrets.GH_TOKEN }}
npm-token: ${{ secrets.NPM_TOKEN }}
check-ownership: false
build-command: 'npm run build'
build-path: dist
- name: Create Release
uses: ./.github/.release/actions/actions/services/github-release
with:
token: ${{ secrets.GH_TOKEN }}
artifacts-folder: upload/normal/
jira-api-key: ${{ secrets.JIRA_API_KEY }}
last-service: true

0 comments on commit 2ebcbb2

Please sign in to comment.