Skip to content

Commit 48e89d9

Browse files
committed
Try automatic release again
1 parent 3b0adb5 commit 48e89d9

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Diff for: .github/workflows/checks.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
pull_request:
88
branches:
99
- main
10+
release:
11+
types: [published]
1012
merge_group:
1113
workflow_dispatch:
1214
inputs:
@@ -238,4 +240,4 @@ jobs:
238240
if: startsWith(github.ref, 'refs/tags/')
239241
env:
240242
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
241-
run: cargo publish -p ${{ inputs.crate }}
243+
run: cargo publish -p ${{ inputs.crate || 'neo4rs' }}

Diff for: .github/workflows/create-release-pr.yml

+1-1
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: main

0 commit comments

Comments
 (0)