Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
BeArchiTek committed Nov 16, 2023
1 parent 5a7b086 commit fee0863
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/trigger-push-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ on:
- stable

jobs:
docs_and_changelog:
changelog_and_docs:
uses: ./.github/workflow-changelog-and-docs.yml
secrets: inherit

release:
needs: ["changelog"]
uses: ./.github/workflows/workflow-release-drafter.yml
needs: ["changelog_and_docs"]
uses: ./.github/workflows/workflow-release-drafter.yml
secrets: inherit

0 comments on commit fee0863

Please sign in to comment.