Skip to content

Commit

Permalink
Merge pull request #20 from gerlero/ci
Browse files Browse the repository at this point in the history
Fix missing version number in Release builds
  • Loading branch information
gerlero authored Apr 4, 2022
2 parents 46a97d4 + 66d822d commit d46859f
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 @@ -9,7 +9,7 @@ jobs:
release:
runs-on: macos-11
steps:
- name: get_version
- id: get_version
uses: battila7/get-version-action@v2
- name: Checkout
uses: actions/checkout@v2
Expand All @@ -29,4 +29,4 @@ jobs:
file: 'build/*.zip'
tag: ${{ github.ref }}
file_glob: true
overwrite: true
overwrite: true

0 comments on commit d46859f

Please sign in to comment.