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
|
||||
with:
|
||||
custom_tag: ${{env.GIT_TAG}}
|
||||
dry_run: true
|
||||
github_token: ${{secrets.GITHUB_TOKEN}}
|
||||
|
||||
- name: Create GitHub release
|
||||
uses: ncipollo/release-action@v1.12.0
|
||||
with:
|
||||
artifacts: "releases/*b-0-full.zip"
|
||||
draft: true
|
||||
prerelease: true
|
||||
tag: ${{steps.tag_version.outputs.new_tag}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue