Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigonull committed Jan 26, 2024
1 parent 4b834d1 commit 8fb5438
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/publish-jitexecutor-native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,11 @@ jobs:
runs-on: ubuntu-latest
needs: [build_jitexecutor_native_binaries]
steps:
- name: "Checkout kie-tools"
- name: "Checkout kie-kogito-apps"
uses: actions/checkout@v3
with:
repository: apache/incubator-kie-tools
ref: main

- name: "Download Windows binary"
uses: actions/download-artifact@v2
Expand Down Expand Up @@ -153,4 +156,4 @@ jobs:
mv ./dist/win32/jitexecutor-runner-${{ needs.build_jitexecutor_native_binaries.outputs.package_version }}-runner.exe ./dist/win32/jitexecutor.exe
npm version ${{ needs.build_jitexecutor_native_binaries.outputs.package_version }}
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc
npm publish --access public
#npm publish --access public

0 comments on commit 8fb5438

Please sign in to comment.