fix: release file

This commit is contained in:
Zach Pomerantz 2022-07-05 08:52:54 -07:00
parent 2b496c62f1
commit d62596ecfc

@ -19,8 +19,8 @@ jobs:
# needs: wait-on-test
runs-on: ubuntu-latest
outputs:
new_tag: ${{ steps.github_tag_action.outputs.new_tag }}
changelog: ${{ steps.github_tag_action.outputs.changelog }}
new_tag: ${{ steps.github-tag-action.outputs.new_tag }}
changelog: ${{ steps.github-tag-action.outputs.changelog }}
steps:
- uses: actions/checkout@v3
- name: Bump and tag