Commit d62596ec authored by Zach Pomerantz's avatar Zach Pomerantz

fix: release file

parent 2b496c62
...@@ -19,8 +19,8 @@ jobs: ...@@ -19,8 +19,8 @@ jobs:
# needs: wait-on-test # needs: wait-on-test
runs-on: ubuntu-latest runs-on: ubuntu-latest
outputs: outputs:
new_tag: ${{ steps.github_tag_action.outputs.new_tag }} new_tag: ${{ steps.github-tag-action.outputs.new_tag }}
changelog: ${{ steps.github_tag_action.outputs.changelog }} changelog: ${{ steps.github-tag-action.outputs.changelog }}
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Bump and tag - name: Bump and tag
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment