Skip to content

Bump golang.org/x/crypto from 0.25.0 to 0.31.0 in the go_modules grou… #62

Bump golang.org/x/crypto from 0.25.0 to 0.31.0 in the go_modules grou…

Bump golang.org/x/crypto from 0.25.0 to 0.31.0 in the go_modules grou… #62

name: Publish Snapshot
on:
push:
branches: ["main", "feature/**", "feature-**"]
paths-ignore:
- "CHANGELOG.md"
- "CHANGELOG_PENDING.md"
- "README.md"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
jobs:
lint:
uses: ./.github/workflows/stage-lint.yml
test:
uses: ./.github/workflows/stage-test.yml
publish:
needs: [test, lint]
uses: ./.github/workflows/stage-publish.yml
secrets: inherit
with:
goreleaser-args: -p 10 -f .goreleaser.prerelease.yml --clean --skip=validate --timeout 60m0s --release-notes=CHANGELOG_PENDING.md