Skip to content

Commit

Permalink
πŸ› Fix release workflow release tag (#1016)
Browse files Browse the repository at this point in the history
* πŸ› Fix release tag missing the `v` prefix

* πŸ”– Bump version
  • Loading branch information
trymzet authored Aug 27, 2024
1 parent 3b53841 commit 3f6f51f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/detect-and-tag-new-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ jobs:
if: steps.check-tag.outputs.exists != 'true'
env:
GH_TOKEN: ${{ secrets.LUDOVICO_BOT_TOKEN }}
run: gh workflow run cd.yml -f version=${{ steps.get-version.outputs.version }} --ref 2.0
run: gh workflow run cd.yml -f version=v${{ steps.get-version.outputs.version }} --ref 2.0
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "viadot2"
version = "2.1.13"
version = "2.1.14"
description = "A simple data ingestion library to guide data flows from some places to other places."
authors = [
{ name = "acivitillo", email = "[email protected]" },
Expand Down

0 comments on commit 3f6f51f

Please sign in to comment.