Skip to content

Commit 0451dbe

Browse files
committed
fix: update repository path in version update step
1 parent 55603d9 commit 0451dbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
--method PATCH \
101101
-H "Accept: application/vnd.github+json" \
102102
-H "X-GitHub-Api-Version: 2022-11-28" \
103-
/repos/clFaster/StatusSwift/actions/variables/VERSION \
103+
/repos/clFaster/SVNPathCopy/actions/variables/VERSION \
104104
-f "name=VERSION" -f "value=${{ steps.bump_version.outputs.new_version }}"
105105
106106
- name: Checkout repository

0 commit comments

Comments
 (0)