From b728ee907302de3ad069ea6a986003f4d08415eb Mon Sep 17 00:00:00 2001 From: Martin Guillon Date: Thu, 27 Jun 2024 12:13:26 +0200 Subject: [PATCH] chore: action --- .github/workflows/npm_release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/npm_release.yml b/.github/workflows/npm_release.yml index db036d20..617cec3c 100644 --- a/.github/workflows/npm_release.yml +++ b/.github/workflows/npm_release.yml @@ -1,5 +1,7 @@ on: workflow_dispatch: + branches: + - main push: branches: - main @@ -188,6 +190,6 @@ jobs: run: npx conventional-changelog -p angular -r2 > body.md - uses: ncipollo/release-action@v1 with: - artifacts: "dist/nativescript-ios-*.tgz,dist/dSYMs/*.zip" + artifacts: "dist/akylas-nativescript-ios-runtime-*.tgz,dist/dSYMs/*.zip" bodyFile: "body.md" prerelease: ${{needs.build.outputs.npm_tag != 'latest'}}