Skip to content

Commit

Permalink
fix: semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
akosbalasko committed May 18, 2022
1 parent 1b85edd commit cc8b139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
# Map a step output to a job output
outputs:
output1: ${{ steps.semantic.outputs.newrelease }}
new_release_published: ${{ steps.semantic.outputs.new_release_published }}
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit cc8b139

Please sign in to comment.