Skip to content

Commit

Permalink
Merge pull request #1 from Netcentric/feature/manual-release-update
Browse files Browse the repository at this point in the history
ci: fix manual release
  • Loading branch information
easingthemes authored Sep 24, 2023
2 parents 3d3d0b9 + 5f480c5 commit 9a4e952
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/manual-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ on:
description: 'Version'
type: choice
required: true
default: patch
default: fix
options:
- patch
- minor
- major
- fix
- feat
- BREAKING CHANGE
dryRun:
description: 'DryRun'
type: boolean
Expand Down Expand Up @@ -57,7 +57,9 @@ jobs:
node-version: ${{ matrix.NODE_VERSION }}
- name: Commit trigger
run: |
git commit --allow-empty -m "${{ github.event.inputs.version }}: Trigger Manual Release"
git commit --allow-empty -m "${{ github.event.inputs.version }}: Trigger Manual Release
Forced Manual Release without code changes"
- name: Install dependencies
run: npm ci
- name: Build Library
Expand Down

0 comments on commit 9a4e952

Please sign in to comment.