Skip to content

Commit

Permalink
using new upload-artifact version
Browse files Browse the repository at this point in the history
  • Loading branch information
hrai committed Oct 13, 2024
1 parent 376b37d commit 011babe
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ jobs:
name: Create release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run:
gh release create "${{ steps.daily-version.outputs.version }}"
run: gh release create "${{ steps.daily-version.outputs.version }}"

Build-and-upload-artifacts:
needs: Version
Expand Down Expand Up @@ -60,7 +59,7 @@ jobs:
VER: ${{ needs.Version.outputs.version }}
run: |
yarn update-version:${{ matrix.command }}
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
path: distribution

Expand Down

0 comments on commit 011babe

Please sign in to comment.