File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 publish-dev :
2020 name : Publish dev build
2121 if : github.event_name == 'push'
22- uses : datum-cloud/actions/.github/workflows/publish-npm-package.yaml@v1.13.0
22+ uses : datum-cloud/actions/.github/workflows/publish-npm-package.yaml@v1.13.1
2323 with :
2424 package-name : " @datum-cloud/activity-ui"
2525 package-path : ui
3535 if : github.event_name == 'workflow_dispatch'
3636 permissions :
3737 contents : write
38- uses : datum-cloud/actions/.github/workflows/bump-npm-version.yaml@v1.13.0
38+ uses : datum-cloud/actions/.github/workflows/bump-npm-version.yaml@v1.13.1
3939 with :
4040 package-path : ui
4141 package-name : " @datum-cloud/activity-ui"
4646 publish-release :
4747 name : Publish release
4848 needs : bump-version
49- uses : datum-cloud/actions/.github/workflows/publish-npm-package.yaml@v1.13.0
49+ uses : datum-cloud/actions/.github/workflows/publish-npm-package.yaml@v1.13.1
5050 with :
5151 package-name : " @datum-cloud/activity-ui"
5252 package-path : ui
You can’t perform that action at this time.
0 commit comments