Skip to content

Commit

Permalink
Update .github/workflows/publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
meziantou authored May 10, 2024
1 parent b408c33 commit c548507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ jobs:
needs: [main]
uses: gsoft-inc/wl-reusable-workflows/.github/workflows/linearb-deployment.yml@main
with:
environment: ${{ github.ref == 'refs/heads/main' && "staging" || 'release' }}
environment: ${{ github.ref == 'refs/heads/main' && 'staging' || 'release' }}
secrets: inherit

0 comments on commit c548507

Please sign in to comment.