Skip to content

Commit cf64df0

Browse files
authored
ci: address code review feedback
1 parent 066738a commit cf64df0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
107107
# Replace the entire [Unreleased] heading line (including any trailing URL) with
108108
# a versioned release heading that links to the tree at the tag.
109-
RELEASE_URL="https://github.com/${REPO}/tree/${TAG_NAME}"
109+
RELEASE_URL="${{ github.server_url }}/${REPO}/tree/${TAG_NAME}"
110110
NEW_HEADING="## [${VERSION}](${RELEASE_URL}) - ${CURRENT_DATE}"
111111
112112
sed -i "s|^## \[Unreleased\].*|${NEW_HEADING}|" CHANGELOG.md

.github/workflows/setup-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
permissions:
99
pull-requests: write
1010
jobs:
11-
build:
11+
sync-labels:
1212
runs-on: ubuntu-latest
1313
steps:
1414
# Setup (and sync) global labels from the shared profile config

0 commit comments

Comments
 (0)