Skip to content

Commit 1430a42

Browse files
authored
fix(cd): should always perform login (#498)
1 parent 66b6b2c commit 1430a42

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,6 @@ jobs:
182182
git push origin main --follow-tags
183183
184184
- name: Login to Crates.io
185-
if: github.event_name == 'workflow_dispatch'
186185
run: cargo login ${CRATES_IO_TOKEN}
187186
env:
188187
CRATES_IO_TOKEN: ${{ secrets.CRATES_IO_TOKEN }}

0 commit comments

Comments
 (0)