Skip to content

Commit

Permalink
use same environment for all jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
Cheaterpaul committed Aug 18, 2023
1 parent ce3a1e3 commit 6aae378
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ jobs:
fi
determine-crowdin-branch:
environment: Testing
needs: determine-environment
runs-on: ubuntu-latest
needs: determine-environment
environment: ${{ needs.determine-environment.outputs.environment }}
outputs:
crowdin_branch: ${{ steps.get_crowdin_branch.outputs.crowdin_branch }}
steps:
Expand Down

0 comments on commit 6aae378

Please sign in to comment.