Skip to content

Commit

Permalink
use gud commit
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-bompart committed Oct 26, 2023
1 parent 5cf7cfd commit 4694b23
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
cache: 'npm'
node-version-file: '.nvmrc'
- name: Download artifacts
uses: actions/download-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3
with:
name: npm-release
- name: Apply & delete the patch
Expand Down Expand Up @@ -195,15 +195,15 @@ jobs:
cache: 'npm'
node-version-file: '.nvmrc'
- name: Download NPM artifacts
uses: actions/download-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3
with:
name: npm-release
- name: Apply & delete the patch
run: |
git apply release.patch
rm release.patch
- name: Download E2E artifacts
uses: actions/download-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3
with:
name: release-e2e-snaps
- name: Install dependencies
Expand Down Expand Up @@ -264,7 +264,7 @@ jobs:
cache: 'npm'
node-version-file: '.nvmrc'
- name: Download artifacts
uses: actions/download-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3
with:
name: npm-release
- name: Apply & delete the patch
Expand Down Expand Up @@ -374,11 +374,11 @@ jobs:
cache: 'npm'
node-version-file: '.nvmrc'
- name: Download NPM artifacts
uses: actions/download-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3
with:
name: npm-release
- name: Download binaries artifacts
uses: actions/download-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3
with:
name: release-binaries
- name: Apply & delete the patch
Expand Down

0 comments on commit 4694b23

Please sign in to comment.