Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ojaswa1942 authored Feb 17, 2022
1 parent d5ada51 commit a7f8fa5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Release TBB binaries

on:
release:
types: [created]
types: [created, edited]

jobs:
releases-matrix:
Expand All @@ -28,3 +28,4 @@ jobs:
goversion: "https://dl.google.com/go/go1.17.6.linux-amd64.tar.gz"
extra_files: README.md
asset_name: privado-${{ matrix.goos }}-${{ matrix.goarch }}
overwrite: true

0 comments on commit a7f8fa5

Please sign in to comment.