Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nvborisenko committed Jan 29, 2024
1 parent 9892208 commit 68b14c9
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:

Pack:
Build:
strategy:
matrix:
include:
Expand Down Expand Up @@ -43,13 +43,15 @@ jobs:
path: '**/*.zip'
compression-level: 0

Publish:
Release:
environment: GitHub Releases
needs: Pack
needs: Build
runs-on: ubuntu-latest

steps:
- name: Download Artifacts
uses: actions/download-artifact@v4
- name: Test
run: ls
run: ls
- name: Create GitHub Release
run: gh release create v1.2.3 ./* --generate-notes --draft

0 comments on commit 68b14c9

Please sign in to comment.