Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PassiveModding committed Sep 15, 2024
1 parent cdc4c40 commit a2a41b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
run: |
cd ../../
release_version=$(echo ${{ github.ref_name }} | sed 's/^v//')
release_version=$(echo ${{ github.ref_name }} | sed 's/^v//; s/-.*//')
repo_url=$(echo ${{ github.server_url }}/${{ github.repository }} | sed 's/#/\\#/g')
sed -i repo.json -E \
Expand Down

0 comments on commit a2a41b0

Please sign in to comment.