Skip to content

Commit 81cc80a

Browse files
author
Darren Kelly
committed
fix: release
1 parent 95ae214 commit 81cc80a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/goreleaser.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
DISCO_VERSION: ${{ steps.env.outputs.DISCO_VERSION }}
3030
COPYRIGHT_YEAR: ${{ steps.env.outputs.COPYRIGHT_YEAR }}
3131

32-
environment: ${{ inputs.environment }}
32+
environment: docker-publish
3333
steps:
3434
- name: Checkout code
3535
uses: actions/checkout@v5
@@ -114,7 +114,7 @@ jobs:
114114
env:
115115
DOCKER_CLI_EXPERIMENTAL: "enabled"
116116
flags: ""
117-
environment: ${{ inputs.environment }}
117+
environment: docker-publish
118118
steps:
119119
- uses: actions/checkout@v5
120120
with:

0 commit comments

Comments
 (0)