Skip to content

Commit

Permalink
4.x: Add Upload Staged Artifacts step to release workflow (#1035)
Browse files Browse the repository at this point in the history
* Add Upload Staged Artifacts step

* Fix copyright

* Use artifact-name/artifact-path with .github/actions/common to upload
  • Loading branch information
barchetta committed Apr 24, 2024
1 parent 45a0511 commit ad9c489
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2023 Oracle and/or its affiliates.
# Copyright (c) 2023, 2024 Oracle and/or its affiliates.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -70,4 +70,6 @@ jobs:
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
MAVEN_SETTINGS: ${{ secrets.MAVEN_SETTINGS }}
build-cache: read-only
artifact-name: io-helidon-build-tools-artifacts-${{ github.ref_name }}
artifact-path: target/nexus-staging/
run: etc/scripts/release.sh release_build

0 comments on commit ad9c489

Please sign in to comment.