Skip to content

Commit

Permalink
ci: change to proper repo value
Browse files Browse the repository at this point in the history
  • Loading branch information
nICEnnnnnnnLee committed Aug 18, 2024
1 parent 4786d19 commit 1755d63
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre-release-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
id: tag_latest
env:
BUILD_TYPE: Beta
GITHUB_REPO: ${{ github.action_repository }}
GITHUB_REPO: ${{ github.repository }}
GITHUB_RUN_ID: ${{ github.run_id }}
run: |
python ./.github/scripts/read_version_and_save_build_info.py
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Read tag_latest and Save build info
id: tag_latest
env:
GITHUB_REPO: ${{ github.action_repository }}
GITHUB_REPO: ${{ github.repository }}
GITHUB_RUN_ID: ${{ github.run_id }}
run: |
python ./.github/scripts/read_version_and_save_build_info.py
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upload-manually.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
id: tag_latest
env:
BUILD_TYPE: Beta
GITHUB_REPO: ${{ github.action_repository }}
GITHUB_REPO: ${{ github.repository }}
GITHUB_RUN_ID: ${{ github.run_id }}
run: |
python ./.github/scripts/read_version_and_save_build_info.py
Expand Down

0 comments on commit 1755d63

Please sign in to comment.