Skip to content

Commit

Permalink
fix: ci release-please
Browse files Browse the repository at this point in the history
  • Loading branch information
sevki committed Mar 14, 2024
1 parent 7c861c2 commit de391e5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
steps:
- uses: google-github-actions/release-please-action@v4
id: release
config-file: release-please-config.json
# optional. customize path to .release-please-manifest.json
manifest-file: .release-please-manifest.json
target-branch: ${{ github.ref_name }}
with:
config-file: release-please-config.json
# optional. customize path to .release-please-manifest.json
manifest-file: .release-please-manifest.json
target-branch: ${{ github.ref_name }}
release-type: rust
- uses: actions/checkout@v4
- name: tag major and minor versions
Expand Down

0 comments on commit de391e5

Please sign in to comment.