Skip to content

Commit

Permalink
feat: builder
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelass committed Feb 17, 2024
1 parent c6b564d commit d9631c6
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 @@ -11,7 +11,7 @@ jobs:
outputs:
version: ${{ steps.package_version.outputs.version }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
Expand All @@ -29,9 +29,8 @@ jobs:
release:
needs: [build]
runs-on: ubuntu-latest
if: needs.build.outputs.version != ''
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Create Release and Upload Assets
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit d9631c6

Please sign in to comment.