Skip to content

Commit

Permalink
Add env prod
Browse files Browse the repository at this point in the history
  • Loading branch information
rybnovdws committed Jul 28, 2023
1 parent 374dd8d commit d38f758
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ permissions:

jobs:
create_tag:
environment: production
runs-on: ubuntu-latest
if: github.event.pull_request.merged == true
permissions:
Expand All @@ -37,6 +38,7 @@ jobs:
DEFAULT_BUMP: patch
INITIAL_VERSION: ${{ steps.previoustag.outputs.tag }}
goreleaser:
environment: production
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
Expand Down

0 comments on commit d38f758

Please sign in to comment.