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 e533cb6 commit 49173a0Copy full SHA for 49173a0
.github/workflows/release-branch.yml
@@ -25,16 +25,14 @@ concurrency:
25
jobs:
26
readme:
27
uses: cloudposse-github-actions/.github/.github/workflows/shared-readme.yml@main
28
- name: "readme"
29
- if: ${{ github.event_name == 'push' }}
+ name: "ci"
30
with:
31
runs-on: '["ubuntu-latest"]'
32
secrets: inherit
33
34
release:
35
needs: [ readme ]
36
- name: "release"
37
- if: ${{ always() && github.event_name == 'push' }}
38
uses: cloudposse-github-actions/.github/.github/workflows/shared-auto-release.yml@main
39
40
publish: ${{ inputs.publish }}
0 commit comments