Skip to content

Commit

Permalink
Fix values for release
Browse files Browse the repository at this point in the history
  • Loading branch information
geoff-vball committed Dec 19, 2023
1 parent 260fb91 commit baaa3f9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ name: Release Teleporter
on:
push:
tags:
#- "v*.*.*"
- "testflow-v*"
- "v*.*.0"

jobs:
build_and_upload_artifacts:
Expand Down Expand Up @@ -65,7 +64,7 @@ jobs:
with:
name: ${{ github.ref_name }}
tag_name: ${{ github.ref_name }}
prerelease: true # true for testing
prerelease: false
body: ${{ steps.build_changelog.outputs.changelog }}
files: |
${{ steps.artifacts.outputs.tx }}
Expand Down

0 comments on commit baaa3f9

Please sign in to comment.