Skip to content

Commit

Permalink
remove prod tag
Browse files Browse the repository at this point in the history
  • Loading branch information
juuwel committed Jun 5, 2024
1 parent 0c6b42e commit 5e703f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-be.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
dotnet-version: '8.0.x'

- run: cd api && dotnet publish --prod -c Release -o publish
- run: cd api && dotnet publish -c Release -o publish
- uses: AkhileshNS/[email protected]
with:
heroku_api_key: ${{ secrets.HEROKU_API_KEY }}
Expand Down

0 comments on commit 5e703f1

Please sign in to comment.