Skip to content

chore(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0 #13

chore(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0

chore(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0 #13

Workflow file for this run

name: Release
on:
pull_request:
types:
- closed
branches:
- main
paths:
- 'pkg/**'
- 'go.mod'
- 'go.sum'
jobs:
release:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
name: Release and update helm chart
steps:
- uses: catalystsquad/action-semantic-release-general@v1
with:
token: ${{ secrets.AUTOMATION_PAT }}