Skip to content

Commit 2523385

Browse files
committed
fix tag release flow
1 parent 33d0a04 commit 2523385

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/build-module-base.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ on:
22
push:
33
branches:
44
- '**'
5-
tags:
6-
- '[0-9]+.[0-9]+.[0-9]+'
7-
- '[0-9]+.[0-9]+.[0-9]+-rc.[0-9]+'
85
pull_request:
96
branches:
107
- '**'

.github/workflows/ci-tag.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ jobs:
5757
# Build module base for release assets
5858
build-module-base:
5959
uses: ./.github/workflows/build-module-base.yml
60+
secrets: inherit
6061

6162
# Create a draft GitHub release for stable tags
6263
release:

0 commit comments

Comments
 (0)