Skip to content

Commit 7590297

Browse files
committed
Remove workspace flag
1 parent 8800d9b commit 7590297

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
LEVEL="--bump ${{ inputs.level }}"
7272
fi
7373
74-
cargo set-version --workspace $LEVEL
74+
cargo set-version $LEVEL
7575
7676
- name: Check semver
7777
run: |

0 commit comments

Comments
 (0)