We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed9ba62 commit 6f235d5Copy full SHA for 6f235d5
.changeset/long-llamas-hang.md
@@ -0,0 +1,5 @@
1
+---
2
+"uptask": patch
3
4
+
5
+Fixed github releases
.github/workflows/general.yml
@@ -59,7 +59,7 @@ jobs:
59
id: changesets
60
uses: changesets/action@v1
61
with:
62
- publish: pnpm -r publish --access public && pnpm changeset tag
+ publish: pnpm -r publish --access public && changeset tag
63
commit: "chore: update versions"
64
title: "chore: update versions"
65
createGithubReleases: true
0 commit comments