Skip to content

Commit

Permalink
修复组件自动发版
Browse files Browse the repository at this point in the history
  • Loading branch information
Yurunsoft committed Sep 28, 2023
1 parent 06d52db commit 04d3676
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/split-repository.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
if: github.repository == 'imiphp/imi'
runs-on: ubuntu-20.04
env:
GITHUB_REF: ${{ env.GITHUB_REF }}
GITHUB_REPOSITORY: ${{ env.GITHUB_REPOSITORY }}
GITHUB_REF: ${{ github.ref }}
GITHUB_REPOSITORY: ${{ github.repository }}
steps:
- uses: ahmadnassri/action-workflow-queue@v1
- uses: actions/checkout@v2
Expand Down

0 comments on commit 04d3676

Please sign in to comment.