Skip to content

Commit 31fe212

Browse files
committed
fix typo
Signed-off-by: tvallin <[email protected]>
1 parent 265d9cc commit 31fe212

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
create-tag:
3939
runs-on: ubuntu-20.04
4040
environment: release
41-
permission:
41+
permissions:
4242
contents: write
4343
outputs:
4444
tag: ${{ steps.create-tag.outputs.tag }}
@@ -79,6 +79,7 @@ jobs:
7979
artifact-path: target/nexus-staging/
8080
run: etc/scripts/release.sh release_build
8181
release-cli:
82+
if: ${{ startsWith(github.ref_name, 'release-cli') }}
8283
needs: [ create-tag, release ]
8384
uses: ./.github/workflows/release-cli.yml
8485
with:

0 commit comments

Comments
 (0)