Skip to content

Commit

Permalink
modify workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sjuergen committed Jan 23, 2024
1 parent 856bcf1 commit 6a7982e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion template/.github/workflows/release-library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6a7982e

Please sign in to comment.