Skip to content

Bump golang.org/x/crypto from 0.19.0 to 0.45.0 in /lib/go/contracts #246

Bump golang.org/x/crypto from 0.19.0 to 0.45.0 in /lib/go/contracts

Bump golang.org/x/crypto from 0.19.0 to 0.45.0 in /lib/go/contracts #246

Workflow file for this run

name: "🚀 release"

Check failure on line 1 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/release.yml

Invalid workflow file

(Line: 15, Col: 9): There's not enough info to determine what you meant. Add one of these properties: run, shell, uses, with, working-directory
on:
push:
branches:
- master
concurrency: ${{ github.workflow }}-${{ github.ref }}
jobs:
release:
name: 🚀 release
runs-on: ubuntu-latest
steps:
- name: 📚 checkout