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 8633690 commit 94ddce3Copy full SHA for 94ddce3
3 files changed
.github/workflows/release-commit.yml
@@ -5,6 +5,6 @@ permissions: {}
5
6
jobs:
7
release:
8
- uses: sxzz/workflows/.github/workflows/release-commit.yml@v1
+ uses: sxzz/workflows/.github/workflows/release-commit.yml@main
9
with:
10
compact: true
.github/workflows/release.yml
@@ -7,7 +7,7 @@ on:
- uses: sxzz/workflows/.github/workflows/release.yml@v1
+ uses: sxzz/workflows/.github/workflows/release.yml@main
11
12
publish: true
13
permissions:
.github/workflows/unit-test.yml
@@ -8,7 +8,7 @@ on:
unit-test:
- uses: sxzz/workflows/.github/workflows/unit-test.yml@v1
+ uses: sxzz/workflows/.github/workflows/unit-test.yml@main
typecheck: ''
14
test: pnpm run typecheck && pnpm run test
0 commit comments