diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3a22fff..d59bc2c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,7 +2,7 @@ name: Create Release Artifacts on: release: - types: [created] + types: [published] jobs: releases-matrix: @@ -37,4 +37,4 @@ jobs: goarch: ${{ matrix.goarch }} goversion: "https://go.dev/dl/go1.17.7.linux-amd64.tar.gz" extra_files: LICENSE README.md - build_flags: '-tags withUI' \ No newline at end of file + build_flags: '-tags withUI'