Skip to content

Commit

Permalink
fix release name
Browse files Browse the repository at this point in the history
  • Loading branch information
boyum committed Jan 4, 2022
1 parent 967dff7 commit ddbdbd1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,7 @@ jobs:
if: ${{ github.ref == 'refs/heads/main' }}
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: |
${steps.version.outputs.version}
automatic_release_tag: ${{steps.version.outputs.version}}
prerelease: false
files: |
${{
Expand Down

0 comments on commit ddbdbd1

Please sign in to comment.