Skip to content

Commit d6c08c5

Browse files
authored
ci: typo in mkdir
1 parent 41e5abe commit d6c08c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
echo "Using version $PKG_VERSION_STRICT"
8787
sed -i -r -e "s/^__version__ += '.*'$/__version__ = '$PKG_VERSION_STRICT'/" ietf/__init__.py
8888
echo "Build release tarball... (this could take a while)"
89-
mkdip -p /home/runner/work/release
89+
mkdir -p /home/runner/work/release
9090
tar -czf /home/runner/work/release/release.tar.gz -X dev/deploy/exclude-patterns.txt .
9191
9292
- name: Update CHANGELOG

0 commit comments

Comments
 (0)