@openmrs/esm-dispensing-app 1.0.0-pre.44 → 1.0.0-pre.45

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -44,13 +44,14 @@ jobs:
44
44
 
45
45
  steps:
46
46
  - uses: actions/checkout@v2
47
+ - name: Download Artifacts
48
+ uses: actions/download-artifact@v2
47
49
  - name: Use Node.js
48
50
  uses: actions/setup-node@v1
49
51
  with:
50
52
  node-version: "16.x"
51
53
  registry-url: "https://registry.npmjs.org"
52
54
  - run: yarn
53
- - run: yarn build
54
55
  - run: sed -i -e "s/\(\"version\":\\s\+\"\([0-9]\+\.\?\)\+\)/\1-pre.${{ github.run_number }}/" 'package.json'
55
56
  - run: yarn publish --access public --tag next
56
57
  env:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openmrs/esm-dispensing-app",
3
- "version": "1.0.0-pre.44",
3
+ "version": "1.0.0-pre.45",
4
4
  "license": "MPL-2.0",
5
5
  "description": "Medication dispensing application",
6
6
  "browser": "dist/openmrs-esm-dispensing-app.js",