Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Commit

Permalink
ci: Disable dry run
Browse files Browse the repository at this point in the history
  • Loading branch information
robshape committed Apr 25, 2023
1 parent 716dbc9 commit e1a1dab
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/create-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}

0 comments on commit e1a1dab

Please sign in to comment.