svf-lib 1.0.2253 → 1.0.2254

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.
@@ -27,11 +27,11 @@ jobs:
27
27
  steps:
28
28
  - name: Trigger SVF-Python workflow
29
29
  run: |
30
- git clone https://x-access-token:${GITHUB_TOKEN}@github.com/SVF-tools/SVF-Python.git
30
+ git clone https://github.com/SVF-tools/SVF-Python.git
31
31
  cd SVF-Python
32
32
  git config user.name "github-actions[bot]"
33
33
  git config user.email "github-actions[bot]@users.noreply.github.com"
34
34
  git commit --allow-empty -m "trigger: new version of SVF-npm published"
35
- git push
35
+ git push https://yuleisui:${{secrets.yulei_git_key}}@github.com/SVF-tools/SVF-Python.git HEAD:main
36
36
  env:
37
37
  GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "svf-lib",
3
- "version": "1.0.2253",
3
+ "version": "1.0.2254",
4
4
  "description": "SVF's npm support",
5
5
  "main": "index.js",
6
6
  "scripts": {