We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c769aba commit 27f830eCopy full SHA for 27f830e
.github/workflows/release-log.yml
@@ -34,6 +34,7 @@ jobs:
34
node-version: 20.x
35
36
- name: Get PR number and send to tracker.
37
+ if: env.RELEASE_TRACKER_URL != ''
38
run: node scripts/ci/log-changesets.js
39
env:
40
RELEASE_TRACKER_URL: ${{ secrets.RELEASE_TRACKER_URL }}
0 commit comments