We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed1342f commit d1096c5Copy full SHA for d1096c5
.github/workflows/nightly.yml
@@ -53,7 +53,7 @@ jobs:
53
release-common:
54
needs: changes
55
if: ${{ needs.changes.outputs.proceed == 'true' }}
56
- uses: ./.github/workflows/shared-build.yml
+ uses: ./.github/workflows/release-common.yml
57
with:
58
branch: primary
59
secrets: inherit
.github/workflows/release.yml
@@ -20,7 +20,7 @@ jobs:
20
21
22
needs: validate
23
24
25
branch: ${{ github.ref_name }}
26
0 commit comments