Skip to content

Commit

Permalink
Well, know your files
Browse files Browse the repository at this point in the history
  • Loading branch information
Luehrsen committed Aug 24, 2021
1 parent 8a4e84b commit d9a8891
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@ jobs:
id: package
run: echo "::set-output name=slug::$(node -p "require('./package.json').slug")"

- name: ⚙️ Get project version
id: version
run: echo "::set-output name=version::$(node -p "require('./package.json').version")"

- name: 💾 Get node.js cache directory
id: node-cache-dir
run: echo "::set-output name=dir::$(npm config get cache)" # Use $(yarn cache dir) for yarn
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/wporg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ jobs:
id: package
run: echo "::set-output name=slug::$(node -p "require('./package.json').slug")"

- name: ⚙️ Get project version
id: version
run: echo "::set-output name=version::$(node -p "require('./package.json').version")"

- name: 💾 Get node.js cache directory
id: node-cache-dir
run: echo "::set-output name=dir::$(npm config get cache)" # Use $(yarn cache dir) for yarn
Expand Down

0 comments on commit d9a8891

Please sign in to comment.