Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
merrycoder committed Jan 10, 2025
1 parent a147ace commit 9db94da
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@ jobs:
# Defaults to the user or organization that owns the workflow file
scope: '@qualipool'
- run: echo "github.event.inputs.semver ${{ github.event.inputs.semver }}"
- name: Calculate next version based on semver input
id: next_version
uses: zwaldowski/semver-release-action@a6a8309186ccf60c52ea2463a723c78d3b924577 # v4
with:
dry_run: true
per_branch: true
bump: ${{ github.event.inputs.semver }}
github_token: ${{ github.token }}
- run: npm ci
- run: npm publish
env:
Expand Down

0 comments on commit 9db94da

Please sign in to comment.