Skip to content

Commit d8549f0

Browse files
committed
Set environment from workflow ref_name
1 parent cb5a4cf commit d8549f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,5 @@ jobs:
5252
uses: ./.github/workflows/deploy.yml
5353
with:
5454
image_tag_with_sha: ${{needs.build-and-publish.outputs.image_tag_with_sha}}
55-
environment_name: develop
55+
environment_name: ${{ github.ref_name }}
5656
secrets: inherit

0 commit comments

Comments
 (0)