Skip to content

Commit 16720b0

Browse files
committed
ci: remove outdated version editing step from release workflow
1 parent caea745 commit 16720b0

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ 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.0.14"/' node_modules/semantic-release/lib/definitions/constants.js
33-
3431
- name: Create Release
3532
if: github.event_name == 'push'
3633
env:

package-lock.json

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "next-google-adsense",
33
"description": "Next.js Google AdSense",
4+
"version": "1.1.0",
45
"main": "dist/index.js",
56
"type": "commonjs",
67
"keywords": [

0 commit comments

Comments
 (0)