Skip to content

Commit

Permalink
Merge pull request #13 from softwareforgood/correct-the-version-ref
Browse files Browse the repository at this point in the history
correct the version ref
  • Loading branch information
wwahammy authored Jun 2, 2024
2 parents bfc7ffc + 3ae4f55 commit 3c7fabe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v4
- uses: enricoGiga/[email protected]
env:
SEMVER_LEVEL: patch
SEMVER_LEVEL: ${{inputs.kind}}
with:
repo_token: ${{github.token}}
id: version-checker
Expand Down

0 comments on commit 3c7fabe

Please sign in to comment.