Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-siek committed Sep 28, 2023
1 parent 50624cc commit b9a5068
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
git checkout -b "$Branch"
npm run release -- --release-as patch
git push --follow-tags origin "$Branch" --force
Version=$(jq -r .version ./package.json)
ReleaseNotes=$(
Expand Down

0 comments on commit b9a5068

Please sign in to comment.