Skip to content

Commit ba5d149

Browse files
committed
Try automatic release again
1 parent c45acb2 commit ba5d149

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/checks.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
pull_request:
88
branches:
99
- "0.8"
10+
release:
11+
types: [published]
1012
merge_group:
1113
workflow_dispatch:
1214
inputs:
@@ -237,4 +239,4 @@ jobs:
237239
if: startsWith(github.ref, 'refs/tags/')
238240
env:
239241
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
240-
run: cargo publish -p ${{ inputs.crate }}
242+
run: cargo publish -p ${{ inputs.crate || 'neo4rs' }}

.github/workflows/create-release-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,6 @@ jobs:
7373
with:
7474
github-token: ${{ secrets.GITHUB_TOKEN }}
7575
version: ${{ inputs.version }}
76-
crate-name: ${{ inputs.crate }}
76+
crate-name: ${{ inputs.crate || 'neo4rs' }}
7777
check-semver: true
7878
base-branch: '0.8'

0 commit comments

Comments
 (0)