We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f3aca3 commit dbdbca4Copy full SHA for dbdbca4
1 file changed
.github/workflows/release.yml
@@ -28,6 +28,9 @@ jobs:
28
- name: Build NPM package
29
run: npm run build
30
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
+
34
- name: Create Release
35
if: github.event_name == 'push'
36
env:
0 commit comments