From 387e18722e6ff315b24a3b8b071feddd27b7bf7e Mon Sep 17 00:00:00 2001
From: Rob Herley <robherley@github.com>
Date: Tue, 18 Feb 2025 17:56:11 -0500
Subject: [PATCH] Update publish-immutable-actions.yml

---
 .github/workflows/publish-immutable-actions.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/publish-immutable-actions.yml b/.github/workflows/publish-immutable-actions.yml
index 87c0207..6001733 100644
--- a/.github/workflows/publish-immutable-actions.yml
+++ b/.github/workflows/publish-immutable-actions.yml
@@ -2,7 +2,7 @@ name: 'Publish Immutable Action Version'
 
 on:
   release:
-    types: [published]
+    types: [released]
 
 jobs:
   publish: