psdev-task-manager 2.0.0 → 2.0.2

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.
@@ -1,21 +1,26 @@
1
1
  name: Update Sites After Release Main
2
2
 
3
3
  on:
4
+ push:
5
+ branches:
6
+ - main
7
+ pull_request:
8
+ branches:
9
+ - main
4
10
  workflow_dispatch:
5
-
11
+
6
12
  permissions:
7
- contents: write
8
- packages: write
9
-
10
- jobs:
11
- update-sites:
12
- uses: psdevteamenterprise/ci-workflows/.github/workflows/publish-and-notify.yml@main
13
- with:
14
- sites_to_update: "['psdevteamenterprise/tests-site']"
13
+ contents: write
14
+ packages: write
15
15
 
16
- secrets:
17
- GH_TOKEN: ${{ secrets.MY_GITHUB_TOKEN }}
18
- NPM_TOKEN: ${{ secrets.NPM_TOKEN_PUBLISH }}
19
- GH_APP_ID: ${{ secrets.GH_APP_ID }}
20
- GH_APP_PRIVATE_KEY: ${{ secrets.GH_APP_PRIVATE_KEY }}
21
- WIX_CLI_API_KEY: ${{ secrets.PS_WIX_ACCOUNT_TOKEN }}
16
+ jobs:
17
+ update-sites:
18
+ uses: psdevteamenterprise/ci-workflows/.github/workflows/publish-and-notify.yml@main
19
+ with:
20
+ npm_packages_to_update: "[{repo: 'Hisense-Wix/velo-npm'}]"
21
+
22
+ secrets:
23
+ GH_TOKEN: ${{ secrets.MY_GITHUB_TOKEN }}
24
+ NPM_TOKEN: ${{ secrets.NPM_TOKEN_PUBLISH }}
25
+ GH_APP_ID: ${{ secrets.GH_APP_ID }}
26
+ GH_APP_PRIVATE_KEY: ${{ secrets.GH_APP_PRIVATE_KEY }}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "psdev-task-manager",
3
- "version": "2.0.0",
3
+ "version": "2.0.2",
4
4
  "description": "Task manager library",
5
5
  "keywords": [
6
6
  "task-manager"
@@ -25,4 +25,4 @@
25
25
  "@wix/essentials": "^0.1.27",
26
26
  "psdev-utils": "1.0.2"
27
27
  }
28
- }
28
+ }