diff --git a/template/.github/workflows/release-library.yml b/template/.github/workflows/release-library.yml index af6befe..53d1fdf 100644 --- a/template/.github/workflows/release-library.yml +++ b/template/.github/workflows/release-library.yml @@ -13,4 +13,5 @@ jobs: APAX_SIGNKEY: ${{ secrets.APAX_SIGNKEY }} with: - VERSION: ${{ github.ref_name }} + VERSION: ${{ github.ref_name }} # package version which will be created + RUN_BUILD: false # execute `apax build in the workflow` default true \ No newline at end of file