Skip to content

Commit

Permalink
chore: Split release workflow in release and release dev
Browse files Browse the repository at this point in the history
  • Loading branch information
pan-kot committed May 29, 2024
1 parent 294026a commit 3598f36
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
19 changes: 19 additions & 0 deletions .github/workflows/release-dev.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# This workflow releases the current package to a dedicated private CodeArtifact repository.
# One repository may publish more than one package. For more details refer to the release-package Action.
name: Release to dev branch

on:
push:
branches:
- 'dev-v3-*'

permissions:
id-token: write
contents: read

jobs:
release:
uses: cloudscape-design/actions/.github/workflows/release.yml@main
secrets: inherit
with:
skip-test: true
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
push:
branches:
- main
- 'dev-v3-*'

permissions:
id-token: write
Expand Down

0 comments on commit 3598f36

Please sign in to comment.