Skip to content

deps(go)!: update module gopkg.in/yaml.v2 to v3 (#7) #16

deps(go)!: update module gopkg.in/yaml.v2 to v3 (#7)

deps(go)!: update module gopkg.in/yaml.v2 to v3 (#7) #16

Workflow file for this run

---
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: Git Release
on:
workflow_dispatch: {}
push:
branches: [ "main" ]
paths-ignore:
- '.devcontainer/**'
- '.github/**'
- '.vscode/**'
- '.gitignore'
- 'README.md'
jobs:
release:
uses: mirceanton/reusable-workflows/.github/workflows/git-release-semver.yaml@main
secrets: inherit