Skip to content

Commit

Permalink
adding build types
Browse files Browse the repository at this point in the history
  • Loading branch information
peterkir committed May 19, 2024
1 parent c91360c commit 832765b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/20_snapshot-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
workflow_dispatch:

jobs:
build:
snapshot:
environment: dev
env:
REPOSILITE_ID: '${{ vars.REPOSILITE_ID }}'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/30_release-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
type: string

jobs:
build:
release:
environment: release
env:
REPOSILITE_ID: '${{ vars.REPOSILITE_ID }}'
Expand Down

0 comments on commit 832765b

Please sign in to comment.