Skip to content

Commit

Permalink
Add production environment to release workflow (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
auxves authored May 17, 2024
1 parent af1af2f commit 95302b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on: [release, workflow_dispatch]
jobs:
build:
runs-on: ubuntu-latest
environment: Production

permissions:
contents: write
Expand Down

0 comments on commit 95302b8

Please sign in to comment.