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 b772117 commit 5b307daCopy full SHA for 5b307da
.github/workflows/GitFlow_Nightly-builds.yml
@@ -39,6 +39,8 @@ jobs:
39
- name: Check for merged PRs since last tag
40
id: check_prs
41
shell: powershell
42
+ env:
43
+ GH_TOKEN: ${{ github.token }}
44
run: |
45
# Get the latest release tag (any type) from GitHub API
46
$LATEST_TAG = (& gh api repos/${env:GITHUB_REPOSITORY}/tags --paginate | ConvertFrom-Json)[0].name
0 commit comments