Skip to content

Commit 04d3676

Browse files
committed
修复组件自动发版
1 parent 06d52db commit 04d3676

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/split-repository.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
if: github.repository == 'imiphp/imi'
1313
runs-on: ubuntu-20.04
1414
env:
15-
GITHUB_REF: ${{ env.GITHUB_REF }}
16-
GITHUB_REPOSITORY: ${{ env.GITHUB_REPOSITORY }}
15+
GITHUB_REF: ${{ github.ref }}
16+
GITHUB_REPOSITORY: ${{ github.repository }}
1717
steps:
1818
- uses: ahmadnassri/action-workflow-queue@v1
1919
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)