ci: Disable dry run
This commit is contained in:
parent
716dbc9f08
commit
e1a1dab2bd
1 changed files with 0 additions and 2 deletions
2
.github/workflows/create-release.yaml
vendored
2
.github/workflows/create-release.yaml
vendored
|
|
@ -45,13 +45,11 @@ jobs:
|
||||||
id: tag_version
|
id: tag_version
|
||||||
with:
|
with:
|
||||||
custom_tag: ${{env.GIT_TAG}}
|
custom_tag: ${{env.GIT_TAG}}
|
||||||
dry_run: true
|
|
||||||
github_token: ${{secrets.GITHUB_TOKEN}}
|
github_token: ${{secrets.GITHUB_TOKEN}}
|
||||||
|
|
||||||
- name: Create GitHub release
|
- name: Create GitHub release
|
||||||
uses: ncipollo/release-action@v1.12.0
|
uses: ncipollo/release-action@v1.12.0
|
||||||
with:
|
with:
|
||||||
artifacts: "releases/*b-0-full.zip"
|
artifacts: "releases/*b-0-full.zip"
|
||||||
draft: true
|
|
||||||
prerelease: true
|
prerelease: true
|
||||||
tag: ${{steps.tag_version.outputs.new_tag}}
|
tag: ${{steps.tag_version.outputs.new_tag}}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue