Skip to content

Commit

Permalink
release.yml: update reusable workflow reference to 'master' branch
Browse files Browse the repository at this point in the history
  • Loading branch information
digorgonzola committed Feb 27, 2024
1 parent 12bd67f commit b9d43e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:

trigger_staging_deploy:
needs: [build_push]
uses: ./.github/workflows/trigger_deploy.yml
uses: ./.github/workflows/trigger_deploy.yml@master
with:
app_name: sample-django-app
environment: staging
Expand All @@ -75,7 +75,7 @@ jobs:

trigger_production_deploy:
needs: [build_push, trigger_staging_deploy]
uses: ./.github/workflows/trigger_deploy.yml
uses: ./.github/workflows/trigger_deploy.yml@master
with:
app_name: sample-django-app
environment: production
Expand Down

0 comments on commit b9d43e8

Please sign in to comment.