Skip to content

Commit

Permalink
chore: Lint and Format
Browse files Browse the repository at this point in the history
  • Loading branch information
xhad committed Mar 20, 2024
1 parent b57f191 commit 9b41dce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn cache dir)"
run: echo "name=dir::$(yarn cache dir)" >> $GITHUB_OUTPUT

- uses: actions/cache@v4
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
Expand All @@ -53,5 +53,5 @@ jobs:
- name: Deploy to Holesky
env:
VERSION_TAG: ${{ steps.tag_version.outputs.new_tag }}
DEPLOY_KEY: ${{ secrets.DEPLOY_KEY }}
run: export DEPLOY_KEY=${{ env.DEPLOY_KEY }} && export VERSION_TAG=${{ env.VERSION_TAG }} && yarn deploy:holesky
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
run: export DEPLOY_KEY=${{ env.ACCESS_TOKEN }} && export VERSION_TAG=${{ env.VERSION_TAG }} && yarn deploy:holesky

0 comments on commit 9b41dce

Please sign in to comment.