Skip to content

Commit

Permalink
feat: Renames copied text
Browse files Browse the repository at this point in the history
  • Loading branch information
aviemet committed Mar 18, 2023
1 parent d51fa5b commit df777b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
id: release
with:
release-type: ruby
package-name: release-please-demo
package-name: ts_schema
bump-minor-pre-major: true
version-file: "lib/release/please/demo/version.rb"
version-file: "lib/ts_schema/version.rb"

# Checkout code if release was created
- uses: actions/checkout@v2
Expand Down

0 comments on commit df777b4

Please sign in to comment.