Skip to content

Commit cf0d3fc

Browse files
committed
replaced token with github default token
1 parent 4b576bc commit cf0d3fc

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/release.yml

+5-6
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ jobs:
1111

1212
strategy:
1313
matrix:
14-
os: [ubuntu-latest, windows-latest]
15-
# macos-latest,
14+
os: [ubuntu-latest, macos-latest, windows-latest]
1615

1716
steps:
1817
- name: Check out Git repository
@@ -30,9 +29,9 @@ jobs:
3029
if: matrix.os == 'ubuntu-latest'
3130
run: npm run build:linux
3231

33-
# - name: build-mac
34-
# if: matrix.os == 'macos-latest'
35-
# run: npm run build:mac
32+
- name: build-mac
33+
if: matrix.os == 'macos-latest'
34+
run: npm run build:mac
3635

3736
- name: build-win
3837
if: matrix.os == 'windows-latest'
@@ -54,4 +53,4 @@ jobs:
5453
dist/*.yml
5554
dist/*.blockmap
5655
env:
57-
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
56+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)