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 e317de6 commit 2528085Copy full SHA for 2528085
.github/workflows/update-release.yml
@@ -23,6 +23,8 @@ jobs:
23
steps:
24
- name: Get the latest release tag name
25
if: env.version == ''
26
+ env:
27
+ GH_TOKEN: ${{ github.token }}
28
run: echo "version=$(gh release view --repo rust-lang/rust --json tagName --jq '.tagName')" >> "$GITHUB_ENV"
29
30
- uses: actions/checkout@v4
0 commit comments