Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update release.yml
Browse files Browse the repository at this point in the history
AdminChucky authored Jul 13, 2024
1 parent fe723bf commit 7d9fbe2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -15,11 +15,11 @@ on:
- published

jobs:
source:
name: Source
#source:
# name: Source

uses: ./.github/workflows/release-source.yml
secrets: inherit
# uses: ./.github/workflows/release-source.yml
# secrets: inherit

docs:
name: Docs
@@ -162,7 +162,7 @@ jobs:
upload-to-github:
name: Release GitHub assets
needs:
- source
#- source
- linux
- macos
- windows

0 comments on commit 7d9fbe2

Please sign in to comment.