Skip to content

Commit dbdbca4

Browse files
committed
ci: update release workflow to edit first release version to 1.1.1
1 parent 1f3aca3 commit dbdbca4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ jobs:
2828
- name: Build NPM package
2929
run: npm run build
3030

31+
- name: Edit First Release Version
32+
run: sed -i 's/\( FIRST_RELEASE\) = "1.0.0"/\1 = "1.1.1"/' node_modules/semantic-release/lib/definitions/constants.js
33+
3134
- name: Create Release
3235
if: github.event_name == 'push'
3336
env:

0 commit comments

Comments
 (0)