.gitignore vendor - goreleaser fails on dirty state #7
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 'Release the thing' | ||
on: | ||
push: | ||
tags: | ||
- 'v*.*.*-*' | ||
jobs: | ||
build-and-publish-images: | ||
Check failure on line 9 in .github/workflows/release.yaml GitHub Actions / Release the thingInvalid workflow file
|
||
secrets: inherit | ||
uses: kedify/github-meta/.github/workflows/kedify-release.yml@main | ||
with: | ||
tag: ${{ github.ref_name }} |