Skip to content

chore(deps): bump cryptography from 46.0.3 to 46.0.5 (#1678) #74

chore(deps): bump cryptography from 46.0.3 to 46.0.5 (#1678)

chore(deps): bump cryptography from 46.0.3 to 46.0.5 (#1678) #74

name: Release Please
on:
push:
branches:
- main
workflow_dispatch:
permissions:
contents: write
pull-requests: write
jobs:
release-please:
runs-on: ubuntu-latest
outputs:
release_created: ${{ steps.release.outputs.release_created }}
tag_name: ${{ steps.release.outputs.tag_name }}
steps:
- uses: googleapis/release-please-action@v4
id: release
with:
config-file: release-please-config.json