Skip to content

Commit

Permalink
🔧 enabling workflow to publish a draft release
Browse files Browse the repository at this point in the history
  • Loading branch information
pysco68 committed Jan 9, 2025
1 parent 1837089 commit 7c144c9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ env:

jobs:
draft-release:
permissions:
packages: write
name: Draft Release if develop branch
runs-on: ubuntu-latest
outputs:
Expand All @@ -34,6 +36,8 @@ jobs:
build-macos:
name: build-macos
runs-on: macos-latest
permissions:
packages: write
needs: draft-release
steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -61,6 +65,8 @@ jobs:
build-macos-intel:
name: build-macos-intel
runs-on: macos-13
permissions:
packages: write
needs: draft-release
steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -90,6 +96,8 @@ jobs:
build-linux:
name: build-linux
runs-on: ubuntu-latest
permissions:
packages: write
container:
image: tipibuild/tipi-ubuntu:latest
volumes:
Expand Down

0 comments on commit 7c144c9

Please sign in to comment.