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 3b0adb5 commit 48e89d9
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:
- main
release:
types: [published]
merge_group:
workflow_dispatch:
inputs:
Expand Down Expand Up @@ -238,4 +240,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: main

0 comments on commit 48e89d9

Please sign in to comment.