Skip to content

Commit

Permalink
fix: assets path
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-souza committed Sep 30, 2024
1 parent e613223 commit 3054ee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ echo "Creating tag $version"
git tag $version && git push --tags

echo "Creating release $version"
gh release create -t $version --generate-notes --latest $version dist/*
gh release create -t $version --generate-notes --latest $version

0 comments on commit 3054ee6

Please sign in to comment.