Skip to content

Commit

Permalink
Fix release workflow (#400)
Browse files Browse the repository at this point in the history
  • Loading branch information
ml-evs authored May 23, 2023
1 parent f49bf1c commit 5927798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/utils/update_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ git add pydatalab/__init__.py
git commit -m "Release ${GITHUB_REF#refs/tags/}"

echo -e "\n-o- Update version tag -o-"
git tag -af ${GITHUB_REF#refs/tags/}
git tag -f ${GITHUB_REF#refs/tags/}

0 comments on commit 5927798

Please sign in to comment.