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 4f876ad commit 3fff3d4Copy full SHA for 3fff3d4
.changeset/wise-knives-bake.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 && pnpm changeset tag
63
commit: "chore: update versions"
64
title: "chore: update versions"
65
createGithubReleases: true
0 commit comments