Browse Source

Version check typo (#1717)

* fixing dumb issue

* Fixing another dumb mistake
PS-326-missing-lang-attribute
Joseph Flinn 4 years ago committed by GitHub
parent
commit
ad0512e344
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/workflows/release.yml

4
.github/workflows/release.yml

@ -19,8 +19,8 @@ jobs: @@ -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

Loading…
Cancel
Save