Skip to content

Commit

Permalink
Fix url
Browse files Browse the repository at this point in the history
  • Loading branch information
hadashiA committed Feb 4, 2024
1 parent aafb536 commit 788bde9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-version-number.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
- name: Update README.md ${{ steps.configure.outputs.git-tag }}
run: |
ruby -i -pe 'gsub(%r{(https://github.com/hadashiA/VitalRouter.git\?path=VitalRouter.Unity/Assets/VitalRouter#)[\d\.]+}, %q{\1${{ steps.configure.outputs.git-tag }}})' README.md
ruby -i -pe 'gsub(%r{(https://github.com/hadashiA/VitalRouter.git\?path=/VitalRouter.Unity/Assets/VitalRouter#)[\d\.]+}, %q{\1${{ steps.configure.outputs.git-tag }}})' README.md
- name: Check update on git
id: check_update
Expand Down

0 comments on commit 788bde9

Please sign in to comment.