Skip to content

Commit

Permalink
fix(ci): ensure the build pipeline has secrets when called by the rel…
Browse files Browse the repository at this point in the history
…ease pipeline
  • Loading branch information
sassman committed Sep 1, 2024
1 parent 06d90bd commit 3e461c3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ name: Release
on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
- 'v[0-9]+.[0-9]+.[0-9]-alpha.[0-9]+'
- 'v[0-9]+.[0-9]+.[0-9]-beta.[0-9]+'
- "v[0-9]+.[0-9]+.[0-9]+"
- "v[0-9]+.[0-9]+.[0-9]-alpha.[0-9]+"
- "v[0-9]+.[0-9]+.[0-9]-beta.[0-9]+"
paths-ignore:
- "**/docs/**"
- "**.md"
Expand All @@ -18,6 +18,7 @@ jobs:
# call out to build.yml
doing-a-build:
uses: cargo-generate/cargo-generate/.github/workflows/build.yml@main
secrets: inherit

publish:
name: post / cargo publish
Expand Down

0 comments on commit 3e461c3

Please sign in to comment.