From 14818b0d8817ce50145967768c8b2ade08f9b931 Mon Sep 17 00:00:00 2001 From: Cole Helbling Date: Fri, 21 Feb 2025 13:31:58 -0800 Subject: [PATCH] fixup: use release not tags --- .github/workflows/upload-release.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/upload-release.yml b/.github/workflows/upload-release.yml index cffbb315e..6fbf33420 100644 --- a/.github/workflows/upload-release.yml +++ b/.github/workflows/upload-release.yml @@ -10,14 +10,15 @@ on: # NOTE: make sure any branches here are also valid directory names, # otherwise creating the directory and uploading to s3 will fail - "main" - tags: - - "v*.*.*" pull_request: types: - opened - reopened - synchronize - labeled + release: + types: + - released permissions: id-token: "write"