From 944c73612c9c4318973954c5cbca33e95fa706c8 Mon Sep 17 00:00:00 2001 From: Oriol Abril-Pla Date: Thu, 20 Jun 2024 23:00:16 +0200 Subject: [PATCH] try fixing workflow (#6) --- .github/workflows/publish.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 887703d..6477f3d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,7 +1,5 @@ name: Publish library -environment: publish - on: push: branches: @@ -13,6 +11,7 @@ on: jobs: publish: + environment: publish runs-on: ubuntu-latest steps: - uses: actions/checkout@v3