Commit 2e713f9 1 parent 3d61613 commit 2e713f9 Copy full SHA for 2e713f9
File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -38,13 +38,14 @@ jobs:
38
38
run : pnpm install --ignore-scripts
39
39
40
40
- name : Create Release Pull Request
41
- uses : web-infra-dev /actions@v2
41
+ uses : module-federation /actions@v2
42
42
with :
43
43
# this expects you to have a script called release which does a build for your packages and calls changeset publish
44
44
version : ${{ github.event.inputs.version || 'latest' }}
45
45
versionNumber : ' auto'
46
46
type : ' pull request'
47
47
tools : ' changeset'
48
+ coreNpmName : ' @module-federation/runtime'
48
49
env :
49
50
GITHUB_TOKEN : ${{ secrets.REPO_SCOPED_TOKEN }}
50
51
NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 51
51
run : pnpm run build:pkg
52
52
53
53
- name : Release
54
- uses : web-infra-dev /actions@v2
54
+ uses : module-federation /actions@v2
55
55
with :
56
56
version : ' next'
57
57
type : ' release'
93
93
ls -l packages/*/dist packages/*/package.json
94
94
95
95
- name : Release
96
- uses : web-infra-dev /actions@v2
96
+ uses : module-federation /actions@v2
97
97
with :
98
98
version : ${{ github.event.inputs.version || 'next' }}
99
99
branch : ${{ github.event.inputs.branch }}
You can’t perform that action at this time.
0 commit comments