Skip to content

Commit

Permalink
fix: inject version in Version.swift file
Browse files Browse the repository at this point in the history
  • Loading branch information
grdsdev committed Apr 1, 2024
1 parent 75f73f7 commit 3e8e3dd
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 20 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ jobs:
- uses: google-github-actions/release-please-action@v4
with:
release-type: simple
extra-files: ["Sources/_Helpers/Version.swift"]
3 changes: 0 additions & 3 deletions .release-please-manifest.json

This file was deleted.

2 changes: 1 addition & 1 deletion Sources/_Helpers/Version.swift
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// x-release-please-start-version
package let version = "0.0.0"
package let version = "2.5.1"
// x-release-please-end
16 changes: 0 additions & 16 deletions release-please-config.json

This file was deleted.

0 comments on commit 3e8e3dd

Please sign in to comment.