Skip to content

Commit

Permalink
Try automatic release again
Browse files Browse the repository at this point in the history
  • Loading branch information
knutwalker committed Aug 7, 2024
1 parent aa5a9a5 commit cc38d49
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
pull_request:
branches:
- v0.7
release:
types: [published]
merge_group:
workflow_dispatch:
inputs:
Expand Down Expand Up @@ -237,4 +239,4 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
run: cargo publish -p ${{ inputs.crate }}
run: cargo publish -p ${{ inputs.crate || 'neo4rs' }}
2 changes: 1 addition & 1 deletion .github/workflows/create-release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
version: ${{ inputs.version }}
crate-name: ${{ inputs.crate }}
crate-name: ${{ inputs.crate || 'neo4rs' }}
check-semver: true
base-branch: 'v0.7'

0 comments on commit cc38d49

Please sign in to comment.