Skip to content

Commit 331dbc0

Browse files
committed
Cleaned up code
1 parent 8906af8 commit 331dbc0

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

.github/workflows/release.yaml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,18 @@ 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
23-
21+
needs:
22+
- ci
2423
steps:
25-
- name: Test
26-
env:
27-
GH_TOKEN: ${{ secrets.GH_TOKEN }}
28-
run: echo $GH_TOKEN
2924
- name: Checkout
3025
uses: actions/checkout@v4
3126
with:

0 commit comments

Comments
 (0)