Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gerlero authored Apr 4, 2022
1 parent 46a97d4 commit 66d822d
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 66d822d

Please sign in to comment.