Skip to content

Commit

Permalink
[ci] fix typo in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
restjohn committed Apr 25, 2022
1 parent 5ec5fc6 commit 070d392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ jobs:
npm publish ngageoint-mage.service-${{ needs.config.outputs.release-version }}.tgz
npm publish ngageoint-mage.web-core-lib-${{ needs.config.outputs.release-version }}.tgz
npm publish ngageoint-mage.web-app-${{ needs.config.outputs.release-version }}.tgz
npm publish ngageoint-mage.nga-msi ${{ needs.config.outputs.release-version }}.tgz
npm publish $(ls -1 ngageoint-mage.nga-msi-*.tgz)
- name: add package tarballs to release
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit 070d392

Please sign in to comment.