Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
khanti42 committed Nov 26, 2024
1 parent 62c0a25 commit 120dfd6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-wallet-get-starknet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
- name: Prepare Parameters
id: prepare_parameters
run: |
ENV=${{ inputs.environment }}
BASE=$(node -p "require('./packages/starknet-snap/package.json').version")
ENV=${{ inputs.environment }}
{
echo "AWS_CLOUDFRONT_DISTRIBUTIONS_ID=${{ vars.AWS_CLOUDFRONT_DISTRIBUTIONS_ID }}"
echo "AWS_S3_GET_STARKNET_URL=${{ vars.AWS_S3_GET_STARKNET_URL }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
- name: Prepare Parameters
id: prepare_parameters
run: |
ENV=${{ inputs.environment }}
BASE=$(node -p "require('./packages/starknet-snap/package.json').version")
ENV=${{ inputs.environment }}
if [[ $ENV == "dev" ]]; then
HASH=$(git rev-parse --short HEAD)
DATE=$(date +%Y%m%d)
Expand Down

0 comments on commit 120dfd6

Please sign in to comment.