1 parent 066738a commit cf64df0Copy full SHA for cf64df0
2 files changed
.github/workflows/release.yml
@@ -106,7 +106,7 @@ jobs:
106
107
# Replace the entire [Unreleased] heading line (including any trailing URL) with
108
# a versioned release heading that links to the tree at the tag.
109
- RELEASE_URL="https://github.com/${REPO}/tree/${TAG_NAME}"
+ RELEASE_URL="${{ github.server_url }}/${REPO}/tree/${TAG_NAME}"
110
NEW_HEADING="## [${VERSION}](${RELEASE_URL}) - ${CURRENT_DATE}"
111
112
sed -i "s|^## \[Unreleased\].*|${NEW_HEADING}|" CHANGELOG.md
.github/workflows/setup-labels.yml
@@ -8,7 +8,7 @@ on:
8
permissions:
9
pull-requests: write
10
jobs:
11
- build:
+ sync-labels:
12
runs-on: ubuntu-latest
13
steps:
14
# Setup (and sync) global labels from the shared profile config
0 commit comments