Skip to content

Commit

Permalink
Merge branch 'ci_admin'
Browse files Browse the repository at this point in the history
  • Loading branch information
VSRonin committed Mar 7, 2024
2 parents db83afa + 21fb8e4 commit 868123e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ jobs:
release:
name: ${{ matrix.platforms.friendly_name }} Qt ${{ matrix.qt_version.qt_ver }} Release
runs-on: ${{ matrix.platforms.os }}
permissions:
contents: write
strategy:
max-parallel: 1
matrix:
Expand Down Expand Up @@ -86,6 +88,8 @@ jobs:
createdocs:
name: Create docs package and publish to gh-pages
runs-on: ubuntu-latest
permissions:
contents: write
needs: release
steps:
- name: Install Qt
Expand Down Expand Up @@ -124,6 +128,8 @@ jobs:
removedraft:
name: Remove Draft from Release
runs-on: ubuntu-latest
permissions:
contents: write
needs: [release, createdocs]
steps:
- name: Publish Release
Expand Down

0 comments on commit 868123e

Please sign in to comment.