Skip to content

Commit

Permalink
Merge pull request #386 from oat-sa/feature/enable-auto-semver-releas…
Browse files Browse the repository at this point in the history
…e-action

fix: removed npm ci statement from action
  • Loading branch information
edwin-focaloid authored Dec 14, 2023
2 parents 517ea2a + 1266925 commit a8c0c5f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release_tao_extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,5 @@ jobs:
# setup the place
npm i -g @oat-sa/tao-extension-release
# install the package
npm ci
#create tag and release a new version
taoRelease repoRelease --release-branch master --no-interactive

0 comments on commit a8c0c5f

Please sign in to comment.