Skip to content

build(deps): bump golang.org/x/crypto from 0.23.0 to 0.31.0 #92

build(deps): bump golang.org/x/crypto from 0.23.0 to 0.31.0

build(deps): bump golang.org/x/crypto from 0.23.0 to 0.31.0 #92

Workflow file for this run

name: Draft a release
on:
push:
# branches to consider in the event; optional, defaults to all
branches:
- main
- "*-dev"
# # pull_request event is required only for autolabeler
# pull_request:
# # Only following types are handled by the action, but one can default to all as well
# types: [opened, reopened, synchronize]
jobs:
create_release_draft:
runs-on: ubuntu-latest
steps:
- name: Draft a release
uses: release-drafter/release-drafter@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}