We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33d0a04 commit 2523385Copy full SHA for 2523385
2 files changed
.github/workflows/build-module-base.yml
@@ -2,9 +2,6 @@ on:
2
push:
3
branches:
4
- '**'
5
- tags:
6
- - '[0-9]+.[0-9]+.[0-9]+'
7
- - '[0-9]+.[0-9]+.[0-9]+-rc.[0-9]+'
8
pull_request:
9
10
.github/workflows/ci-tag.yml
@@ -57,6 +57,7 @@ jobs:
57
# Build module base for release assets
58
build-module-base:
59
uses: ./.github/workflows/build-module-base.yml
60
+ secrets: inherit
61
62
# Create a draft GitHub release for stable tags
63
release:
0 commit comments