Skip to content

Commit 0fb26ed

Browse files
committed
Move script
1 parent 28f40a2 commit 0fb26ed

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
- id: get_staging_repository_id
9494
name: Get staging repository id
9595
run: |
96-
echo "staging_repository_id=$(python3 .github/get_staging_repository_id.py)" >> $GITHUB_OUTPUT
96+
echo "staging_repository_id=$(python3 scripts/get_staging_repository_id.py)" >> $GITHUB_OUTPUT
9797
- name: Release
9898
uses: nexus-actions/release-nexus-staging-repo@main
9999
with:

0 commit comments

Comments
 (0)