Skip to content

Commit 393d7b6

Browse files
committed
Update release.yml
1 parent e208a31 commit 393d7b6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ jobs:
2828
echo -e "> ⚠️ First Release – no comparison with previous tag possible.\n" > release_body.md
2929
else
3030
RANGE="$PREV_TAG..$CURR_TAG"
31-
echo -e "> 🔍 Comparison: [\`$PREV_TAG\` → \`$CURR_TAG\`](https://github.com/MSK-Scripts/msk-shop/compare/$PREV_TAG...$CURR_TAG)\n" > release_body.md
31+
echo -e "> 🔍 Comparison: [\`$PREV_TAG\` → \`$CURR_TAG\`](https://github.com/MSK-Scripts/msk-shortener/compare/$PREV_TAG...$CURR_TAG)\n" > release_body.md
3232
fi
3333
3434
# Commits
35-
REPO="MSK-Scripts/msk-shop"
35+
REPO="MSK-Scripts/msk-shortener"
3636
echo "## 📝 Commits" >> release_body.md
3737
git log $RANGE --pretty=format:"%H %s (%an)" | while read hash rest; do
3838
SHORT=$(echo $hash | cut -c1-7)

0 commit comments

Comments
 (0)