Skip to content

Commit 1ed9c87

Browse files
committed
Fixing release code
1 parent 6ac4e6f commit 1ed9c87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818

1919
- name: Get tag name
20-
uses: olegtarasov/get-tag@v1
20+
uses: olegtarasov/get-tag@v2.1
2121
id: tagName
2222

2323
- name: build & package release
@@ -50,4 +50,4 @@ jobs:
5050
upload_url: ${{ steps.create_release.outputs.upload_url }}
5151
asset_path: ./dist.zip
5252
asset_name: compact25519-${{ steps.tagName.outputs.tag }}.zip
53-
asset_content_type: application/zip
53+
asset_content_type: application/zip

0 commit comments

Comments
 (0)