We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ac4e6f commit 1ed9c87Copy full SHA for 1ed9c87
.github/workflows/release.yml
@@ -17,7 +17,7 @@ jobs:
17
18
19
- name: Get tag name
20
- uses: olegtarasov/get-tag@v1
+ uses: olegtarasov/get-tag@v2.1
21
id: tagName
22
23
- name: build & package release
@@ -50,4 +50,4 @@ jobs:
50
upload_url: ${{ steps.create_release.outputs.upload_url }}
51
asset_path: ./dist.zip
52
asset_name: compact25519-${{ steps.tagName.outputs.tag }}.zip
53
- asset_content_type: application/zip
+ asset_content_type: application/zip
0 commit comments