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 b0cfece commit 3e5baa9Copy full SHA for 3e5baa9
.github/workflows/deploy.yml
@@ -11,7 +11,7 @@ env:
11
TARGET_BRANCH: 'gh-test'
12
SHA: '${{ github.sha }}'
13
SSH_REPO: '[email protected]:${{ github.repository }}.git'
14
- TAG_NAME: '${{ github.event.release.GITHUB_REF }}'
+ TAG_NAME: 'rust-1.41.0${{ github.event.release.GITHUB_REF }}'
15
16
jobs:
17
deploy:
0 commit comments