Skip to content

Commit

Permalink
fix(release): run release job in production environment (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
grepory authored Sep 25, 2024
1 parent bb665e4 commit 6f09fe2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ permissions:
jobs:
goreleaser:
runs-on: ubuntu-latest
environment: production
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
with:
Expand Down

0 comments on commit 6f09fe2

Please sign in to comment.