Skip to content

Commit

Permalink
Merge pull request #8 from TehPers/release-pipeline-fix
Browse files Browse the repository at this point in the history
Fix release pipeline
  • Loading branch information
TehPers authored Nov 8, 2021
2 parents 680fc96 + 30afc1f commit 0ee4e80
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
create-release:
name: create-release
runs-on: ubuntu-latest
env:
# Enable for testing
# OVERRIDE_VERSION: 0.0.0-ignore-me
# Enable for testing
# env:
# OVERRIDE_VERSION: 0.0.0-ignore-me
outputs:
app_version: ${{ steps.get_version.outputs.version }}
upload_url: ${{ steps.release.outputs.upload_url }}
Expand Down

0 comments on commit 0ee4e80

Please sign in to comment.