Skip to content

Commit

Permalink
debug: enable verbose for publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Kav91 authored Jan 8, 2024
1 parent 9b86617 commit 7975deb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ jobs:
if [[ $MESSAGE != *"[skip publish]"* ]]; then
echo "publishing nerdpack..."
nr1 nerdpack:build
nr1 nerdpack:publish --profile=nr1-apps-us --skip-build # --verbose (only if necessary)
nr1 nerdpack:publish --profile=nr1-apps-us --skip-build --verbose (only if necessary)
else
echo "skipping publish"
fi
Expand Down

0 comments on commit 7975deb

Please sign in to comment.