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 265d9cc commit 31fe212Copy full SHA for 31fe212
.github/workflows/release.yml
@@ -38,7 +38,7 @@ jobs:
38
create-tag:
39
runs-on: ubuntu-20.04
40
environment: release
41
- permission:
+ permissions:
42
contents: write
43
outputs:
44
tag: ${{ steps.create-tag.outputs.tag }}
@@ -79,6 +79,7 @@ jobs:
79
artifact-path: target/nexus-staging/
80
run: etc/scripts/release.sh release_build
81
release-cli:
82
+ if: ${{ startsWith(github.ref_name, 'release-cli') }}
83
needs: [ create-tag, release ]
84
uses: ./.github/workflows/release-cli.yml
85
with:
0 commit comments