Skip to content

Commit c77b97b

Browse files
uhoregandybalaam
authored andcommitted
add missing checkout step
1 parent c233e18 commit c77b97b

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,11 @@ jobs:
7474
contents: write
7575

7676
steps:
77+
- name: Checkout the repo
78+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
79+
with:
80+
persist-credentials: false
81+
7782
- name: Create the Github release
7883
run: gh release create "$GITHUB_REF_NAME" --draft
7984
env:

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# UNRELEASED
22

3+
- Try to fix release script.
4+
35
# matrix-sdk-crypto-wasm v18.1.0
46

57
- Add `OlmMachine.pushSecretToVerifiedDevices` to support

0 commit comments

Comments
 (0)