Skip to content

Commit f2438c0

Browse files
committed
Add missing auth step to "Release" workflow
1 parent 5b5c622 commit f2438c0

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,8 @@ jobs:
1616
fetch-depth: 0
1717
ssh-key: ${{ secrets.SSH_KEY }}
1818

19-
# smoelius: Why is this step commented out?
20-
# - name: Check CHANGELOG.md
21-
# run: ./scripts/check_CHANGELOG.sh "${{ github.ref }}"
19+
- uses: rust-lang/crates-io-auth-action@v1
20+
id: auth
2221

2322
- name: Publish
2423
run: |

0 commit comments

Comments
 (0)