Skip to content
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.

Commit

Permalink
Version check typo (#1717)
Browse files Browse the repository at this point in the history
* fixing dumb issue

* Fixing another dumb mistake

(cherry picked from commit ad0512e)
  • Loading branch information
joseph-flinn committed Jun 1, 2022
1 parent 3acee89 commit ec80782
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
name: Setup
runs-on: ubuntu-20.04
outputs:
release_version: ${{ steps.version.outputs.package }}
tag_version: ${{ steps.version.outputs.tag }}
release_version: ${{ steps.version.outputs.version }}
tag_version: ${{ steps.version.outputs.version }}
branch_name: ${{ steps.branch.outputs.branch_name }}
steps:
- name: Branch check
Expand Down

0 comments on commit ec80782

Please sign in to comment.