Skip to content

Commit 8496462

Browse files
committed
Testing release
1 parent 5f6573f commit 8496462

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/release.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@ permissions:
99
contents: read
1010

1111
jobs:
12-
ci:
13-
uses: ./.github/workflows/ci.yaml
12+
# ci:
13+
# uses: ./.github/workflows/ci.yaml
1414
release:
1515
name: Release
1616
runs-on: ubuntu-latest
1717
permissions:
1818
contents: write
1919
issues: write
2020
pull-requests: write
21-
needs:
22-
- ci
21+
# needs:
22+
# - ci
2323

2424
steps:
2525
- name: Checkout
@@ -38,6 +38,6 @@ jobs:
3838
run: npm clean-install
3939
- name: Release
4040
env:
41-
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
41+
GH_TOKEN: ${{ secrets.GH_TOKEN }}
4242
run: npx semantic-release
4343

0 commit comments

Comments
 (0)