Skip to content

Commit

Permalink
Update cicd_manual_publish-starter.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dcolina authored Oct 30, 2024
1 parent a4cf737 commit 6a271b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cicd_manual_publish-starter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ jobs:
run: |
echo "::group::JFrog CLI context"
jf rt ping
jf rt config show
echo "::endgroup::"
- name: 'Download artifacts'
Expand Down Expand Up @@ -145,6 +146,7 @@ jobs:
jfrog rt u "${SOURCE}" ${TARGET} \
--target-props="${PROPS}" \
--flat=false \
--log-level=DEBUG \
$DRY_RUN
echo "filename=${FILENAME}" >> $GITHUB_OUTPUT
echo "url=${URL}" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 6a271b1

Please sign in to comment.