Skip to content

Commit

Permalink
ok to rebuild at publish time
Browse files Browse the repository at this point in the history
  • Loading branch information
TimHess committed Feb 7, 2024
1 parent 3d029af commit a46a0dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
REPO_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

- name: dotnet publish
run: dotnet publish src/InitializrService/Steeltoe.InitializrService.csproj -o publish --no-build
run: dotnet publish src/InitializrService/Steeltoe.InitializrService.csproj -o publish

- name: Upload artifact for deployment job
if: ${{ github.event_name != 'pull_request' }}
Expand Down

0 comments on commit a46a0dc

Please sign in to comment.