From 82a34089ee3d23c4b618d79bbfe2d2315e4a484e Mon Sep 17 00:00:00 2001 From: sclaiborne Date: Tue, 13 Feb 2024 07:49:47 -0800 Subject: [PATCH] Update build publish pipeline name This was never updated --- .github/workflows/buildPublish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/buildPublish.yml b/.github/workflows/buildPublish.yml index 13aa77c..21b0272 100644 --- a/.github/workflows/buildPublish.yml +++ b/.github/workflows/buildPublish.yml @@ -1,6 +1,6 @@ # This workflow will run build an AS project and publish the libraries to the github package registry -name: Build Libraries +name: Build Publish Libraries on: push: