Skip to content

Commit ac2f1c6

Browse files
authored
Update ci-tag-release.yml
1 parent 67d3602 commit ac2f1c6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci-tag-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: Create Release on Tag
2+
run-name: Build Tag ${{ github.ref_name }}
23

34
on:
45
push:
@@ -153,4 +154,4 @@ jobs:
153154
upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
154155
asset_path: ./configurationmigrationtool${{ github.ref_name }}.zip
155156
asset_name: configurationmigrationtool${{ github.ref_name }}.zip
156-
asset_content_type: application/zip
157+
asset_content_type: application/zip

0 commit comments

Comments
 (0)