File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -68,15 +68,15 @@ jobs:
68
68
asset_name : kafka-connect-arangodb-${{ steps.deploy.outputs.version }}.jar.asc
69
69
asset_content_type : text/plain
70
70
- name : Upload Release Asset -- POM
71
- id : upload_release_asset_pom
72
-
73
- env :
74
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
75
- with :
76
- upload_url : ${{ steps.create_release.outputs.upload_url }}
77
- asset_path : target/kafka-connect-arangodb-${{ steps.deploy.outputs.version }}.pom
78
- asset_name : kafka-connect-arangodb-${{ steps.deploy.outputs.version }}.pom
79
- asset_content_type : text/xml
71
+ id : upload_release_asset_pom
72
+
73
+ env :
74
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
75
+ with :
76
+ upload_url : ${{ steps.create_release.outputs.upload_url }}
77
+ asset_path : target/kafka-connect-arangodb-${{ steps.deploy.outputs.version }}.pom
78
+ asset_name : kafka-connect-arangodb-${{ steps.deploy.outputs.version }}.pom
79
+ asset_content_type : text/xml
80
80
- name : Upload Release Asset -- POM ASC
81
81
id : upload_release_asset_pom_asc
82
82
You can’t perform that action at this time.
0 commit comments