-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Juraci Paixão Kröhling <[email protected]>
- Loading branch information
1 parent
6e98c5a
commit a71d3da
Showing
6 changed files
with
6 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
6 changes: 3 additions & 3 deletions
6
.github/workflows/release-sidecar.yaml → ...orkflows/release-delta-to-cumulative.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
name: Release sidecar | ||
name: Release delta-to-cumulative | ||
|
||
on: | ||
release: | ||
types: [published] | ||
|
||
jobs: | ||
release: | ||
name: Release sidecar | ||
name: Release delta-to-cumulative | ||
uses: ./.github/workflows/base-release.yaml | ||
with: | ||
distribution: sidecar | ||
distribution: delta-to-cumulative | ||
secrets: inherit | ||
permissions: write-all |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.