Skip to content

Commit

Permalink
Fixing release code
Browse files Browse the repository at this point in the history
  • Loading branch information
DavyLandman committed Feb 22, 2022
1 parent 6ac4e6f commit 1ed9c87
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 @@ -17,7 +17,7 @@ jobs:


- name: Get tag name
uses: olegtarasov/get-tag@v1
uses: olegtarasov/get-tag@v2.1
id: tagName

- name: build & package release
Expand Down Expand Up @@ -50,4 +50,4 @@ jobs:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./dist.zip
asset_name: compact25519-${{ steps.tagName.outputs.tag }}.zip
asset_content_type: application/zip
asset_content_type: application/zip

0 comments on commit 1ed9c87

Please sign in to comment.