Skip to content

Commit

Permalink
Merge pull request #5686 from snyk/chore/print-out-version-and-distri…
Browse files Browse the repository at this point in the history
…bution-channel

chore(ci): print out versions and distribution channel
  • Loading branch information
thisislawatts authored Jan 23, 2025
2 parents 2aa94d1 + 4fbcc14 commit 12dc31c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions release-scripts/upload-artifacts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ upload_npm() {

trigger_build_snyk_images() {
echo "Triggering build-and-publish workflow at snyk-images..."
echo "Version: $VERSION_TAG"
echo "Release Channel: $RELEASE_CHANNEL"
RESPONSE=$(curl -L \
-X POST \
-H "Accept: application/vnd.github+json" \
Expand Down

0 comments on commit 12dc31c

Please sign in to comment.