Skip to content

Commit

Permalink
[fix] environment is not correct
Browse files Browse the repository at this point in the history
  • Loading branch information
cuongpiger committed May 25, 2024
1 parent face55b commit 329d5ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
package-image:
runs-on: ubuntu-latest
environment:
name: prod # Set the environment name
name: production # Set the environment name
if: contains(github.event.head_commit.message, '[build]')
steps:
- name: Send alert that a new commit has been created
Expand Down

0 comments on commit 329d5ae

Please sign in to comment.