Skip to content

Commit

Permalink
patch: fix build target (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArwynFr authored May 25, 2023
1 parent a161977 commit 8ec1c39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
id: next-version

- name: Build and publish docker image
run: dotnet publish --configuration Release /target:PublishContainer /property:Version=${{ steps.next-version.outputs.next-version }}
run: dotnet publish src --configuration Release /target:PublishContainer /property:Version=${{ steps.next-version.outputs.next-version }}

- name: Publish GitHub release
uses: arwynfr/actions-conventional-versioning@v2

0 comments on commit 8ec1c39

Please sign in to comment.