[action] Add .releases to .gitignore
This commit is contained in:
parent
9641354675
commit
9ed84d71f6
2 changed files with 2 additions and 5 deletions
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
@ -122,9 +122,6 @@ jobs:
|
||||||
name: Write cosign key to disk
|
name: Write cosign key to disk
|
||||||
id: write_key
|
id: write_key
|
||||||
run: echo "${{ secrets.COSIGN_KEY }}" > "/tmp/cosign.key"
|
run: echo "${{ secrets.COSIGN_KEY }}" > "/tmp/cosign.key"
|
||||||
-
|
|
||||||
name: Setup tmate session
|
|
||||||
uses: mxschmitt/action-tmate@v3
|
|
||||||
-
|
-
|
||||||
name: Run GoReleaser
|
name: Run GoReleaser
|
||||||
uses: goreleaser/goreleaser-action@5a54d7e660bda43b405e8463261b3d25631ffe86 # v2.7.0
|
uses: goreleaser/goreleaser-action@5a54d7e660bda43b405e8463261b3d25631ffe86 # v2.7.0
|
||||||
|
|
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -14,8 +14,8 @@
|
||||||
|
|
||||||
# Others
|
# Others
|
||||||
*.swp
|
*.swp
|
||||||
.travis-releases
|
.releases
|
||||||
coverage.txt
|
coverage.txt
|
||||||
vendor
|
|
||||||
output
|
output
|
||||||
|
vendor
|
||||||
.idea
|
.idea
|
||||||
|
|
Loading…
Reference in a new issue