docs: Update rust.yml
This commit is contained in:
parent
0e1972525b
commit
0a54123a6a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
@ -29,7 +29,7 @@ jobs:
|
||||||
github-token: ${{ secrets.CHANGELOG_RELEASE }}
|
github-token: ${{ secrets.CHANGELOG_RELEASE }}
|
||||||
- name: Release
|
- name: Release
|
||||||
uses: actions/create-release@v1
|
uses: actions/create-release@v1
|
||||||
if: ${{ steps.changelog.outputs.skipped == 'false' }}
|
#if: ${{ steps.changelog.outputs.skipped == 'false' }}
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.CHANGELOG_RELEASE }}
|
GITHUB_TOKEN: ${{ secrets.CHANGELOG_RELEASE }}
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue