Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mafewtm committed Jul 28, 2024
1 parent ae43914 commit a6b01bc
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,12 @@ jobs:
- name: Install pnpm
uses: pnpm/[email protected]
with:
version: 9

- name: Get variables
id: get_vars
run: |
echo '::set-output name=SHORT_SHA::$(git rev-parse --short HEAD)'
echo '::set-output name=DATE::$(date +'%D')'
version: 8.6.1

- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 16.x
cache: 'pnpm'
cache-dependency-path: 'pnpm-lock.yaml'

Expand Down

0 comments on commit a6b01bc

Please sign in to comment.