Skip to content

Commit eec5d16

Browse files
committed
attempt to make npx semantic-release work
1 parent 79377c9 commit eec5d16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/server-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
tags: ${{ env.IMAGE_NAME }}
4747

4848
- name: Release container image
49-
run: npx semantic-release
49+
run: npx semantic-release --no-ci --no-git --no-changelog
5050
working-directory: server
5151
env:
5252
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)