Skip to content

Commit

Permalink
update package names
Browse files Browse the repository at this point in the history
  • Loading branch information
apolikamixitos committed Oct 25, 2024
1 parent 8fbbc8c commit b47fbdf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ jobs:
export PACKAGE_NAME=$(jq -r '.name' 'package.json');
export PACKAGE_VERSION=v$(echo '${{ steps.publish-release.outputs.publishedPackages }}' | jq -r ".[] | select(.name == \"${PACKAGE_NAME}\") | .version")
export BASE_ARTIFACTS_DIR="./artifacts"
export ARTIFACT_NAME="axelar-gmp-sdk-solidity-assets-${PACKAGE_VERSION}"
export ARTIFACT_NAME="axelar-cgp-solidity-assets-${PACKAGE_VERSION}"
export BASE_ARTIFACTS_VERSIONED_DIR="$(dirname ${BASE_ARTIFACTS_DIR})/${ARTIFACT_NAME}" # Regardless of the dir type, relative or absolute
# ex: @axelarnetwork/axelar-gmp-sdk-solidity
# ex: @axelarnetwork/axelar-cgp-solidity
echo "PACKAGE_NAME=${PACKAGE_NAME}" >> $GITHUB_ENV
# ex: v2.1.0
Expand All @@ -60,10 +60,10 @@ jobs:
# ex: ./artifacts
echo "BASE_ARTIFACTS_DIR=${BASE_ARTIFACTS_DIR}" >> $GITHUB_ENV
# ex: axelar-gmp-sdk-solidity-assets-v2.1.0
# ex: axelar-cgp-solidity-assets-v2.1.0
echo "ARTIFACT_NAME=${ARTIFACT_NAME}" >> $GITHUB_ENV
# ex: ./axelar-gmp-sdk-solidity-assets-v2.1.0
# ex: ./axelar-cgp-solidity-assets-v2.1.0
echo "BASE_ARTIFACTS_VERSIONED_DIR=${BASE_ARTIFACTS_VERSIONED_DIR}" >> $GITHUB_ENV
# Create `zip` and `tar` archive files for contracts ABIs
Expand Down

0 comments on commit b47fbdf

Please sign in to comment.