Skip to content

Commit

Permalink
draft tagbot release and macos app
Browse files Browse the repository at this point in the history
  • Loading branch information
olivierlabayle committed Sep 6, 2024
1 parent 0d00595 commit c191967
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@ name: Publish Docker Image

on:
workflow_dispatch:
workflow_run:
workflows: [TagBot]
types:
- completed
release:
types: [published]

jobs:
build-cli:
Expand All @@ -18,6 +16,7 @@ jobs:
- '1'
os:
- ubuntu-latest
- macOS-latest
arch:
- 'x64'
steps:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/TagBot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@ jobs:
steps:
- uses: JuliaRegistries/TagBot@v1
with:
draft: true
token: ${{ secrets.GITHUB_TOKEN }}
ssh: ${{ secrets.DOCUMENTER_KEY }}

0 comments on commit c191967

Please sign in to comment.