Skip to content

Commit

Permalink
chore: publish-pkgset, print inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
digikata committed Nov 14, 2023
1 parent 0300f76 commit 3170f84
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions actions/publish-pkgset.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
#!/usr/bin/env bash
set -u

echo Pkgset "$PKGSET_NAME"
echo Fluvio Version "$FLUVIO_VERSION"
echo Fluvio Cloud Version "$FLUVIO_CLOUD_VERSION"

curl -v -X "POST" "https://hub.infinyon.cloud/hub/v1/fvm/pkgset" \
-H "Authorization: $BPKG_TOKEN" \
-H 'Content-Type: application/json; charset=utf-8' \
Expand Down

0 comments on commit 3170f84

Please sign in to comment.