Skip to content

Commit

Permalink
chore: release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
simoneb authored Oct 6, 2022
1 parent e8895ba commit 6958c4b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,12 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v3
with:
node-version-file: .nvmrc
- uses: nearform/optic-release-automation-action@v3
with:
semver: ${{ github.event.inputs.semver }}
sync-semver-tags: true
commit-message: 'chore: release {version}'
build-command: npm ci
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16
lts/*

0 comments on commit 6958c4b

Please sign in to comment.