Skip to content

Commit

Permalink
Remove set +/-x
Browse files Browse the repository at this point in the history
Signed-off-by: Roger Barker <roger.barker@swirldslabs.com>
  • Loading branch information
rbarkerSL committed Jun 26, 2024
1 parent b9330be commit 33acc0a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/publish_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,9 @@ jobs:
PROTO_PACKAGE_VERSION="$(jq -r '.version' './packages/proto/package.json')"
CRYPTO_PACKAGE_VERSION="$(jq -r '.version' './packages/cryptography/package.json')"
set -x
echo "sdk-version=${SDK_PACKAGE_VERSION}" >>"${GITHUB_OUTPUT}"
echo "proto-version=${PROTO_PACKAGE_VERSION}" >>"${GITHUB_OUTPUT}"
echo "crypto-version=${CRYPTO_PACKAGE_VERSION}" >>"${GITHUB_OUTPUT}"
set +x
- name: Proto Subpackage Publish Required
id: proto-required
Expand Down Expand Up @@ -258,9 +256,7 @@ jobs:

- name: Compile Code
run: |
set -x
task -v build
set +x
publish-release:
name: Publish Release
Expand Down

0 comments on commit 33acc0a

Please sign in to comment.