Skip to content

Commit

Permalink
Update initiate_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sachaarbonel authored Oct 28, 2024
1 parent 16e952d commit 4d34ef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/initiate_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
npx --yes [email protected] --release-as "$VERSION" --skip.tag --skip.commit --tag-prefix=v
# Update version in version.go
sed -i "s/versionName = \".*\"/versionName = \"$VERSION\"/" version.go
sed -i "s/\(versionName = \)\"[^\"]*\"/\1\"$VERSION\"/" version.go
# Stage the new or updated files
git add CHANGELOG.md version.go
Expand Down

0 comments on commit 4d34ef1

Please sign in to comment.