Skip to content

Commit

Permalink
LinearB - Consider preview as release (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
meziantou committed Jul 5, 2024
1 parent c3d4289 commit de5677b
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 @@ -29,5 +29,5 @@ jobs:
needs: [publish]
uses: gsoft-inc/wl-reusable-workflows/.github/workflows/linearb-deployment.yml@main
with:
environment: ${{ github.ref == 'refs/heads/main' && 'staging' || 'release' }}
environment: 'release'
secrets: inherit

0 comments on commit de5677b

Please sign in to comment.