Skip to content

Commit

Permalink
Merge pull request #23 from loreum-org/release/holesky
Browse files Browse the repository at this point in the history
chore: Revert minor change
  • Loading branch information
xhad authored Mar 20, 2024
2 parents 4054523 + 87fe890 commit b79e14e
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 @@ -28,7 +28,7 @@ jobs:

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

- uses: actions/cache@v4
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
Expand Down

0 comments on commit b79e14e

Please sign in to comment.