Skip to content
This repository was archived by the owner on Feb 18, 2023. It is now read-only.

Commit 0db34c4

Browse files
authored
Update release.yml
1 parent ae70fc6 commit 0db34c4

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

.github/workflows/release.yml

+1-17
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,9 @@ on:
33
release:
44
types:
55
- created
6+
67
jobs:
7-
prettier:
8-
runs-on: ubuntu-latest
9-
steps:
10-
- name: Checkout
11-
uses: actions/checkout@v2
12-
with:
13-
# Make sure the actual branch is checked out when running on pull requests
14-
ref: ${{ github.head_ref }}
15-
- name: Prettify code
16-
uses: creyD/[email protected]
17-
with:
18-
# This part is also where you can pass other options, for example:
19-
prettier_options: --write **/*.{js,md}
20-
env:
21-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
22-
238
publish_on_win:
24-
needs: prettier
259
runs-on: windows-latest
2610
steps:
2711
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)