Skip to content

Commit 5c5d0e6

Browse files
committed
fix: remove duplicate runs-on declaration in goreleaser job
1 parent 13cd7ed commit 5c5d0e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
goreleaser:
3232
needs: test
3333
runs-on: ubuntu-latest
34-
environment: prod # 👈 Set environment
34+
environment: prod
3535
runs-on: ubuntu-latest
3636

3737
steps:

0 commit comments

Comments
 (0)