Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kami-poi committed Aug 23, 2021
1 parent 320c80f commit 8151e5e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Make Release

on:
push:
branches:
- master
tags:
- v*.*.*

Expand Down Expand Up @@ -58,7 +56,7 @@ jobs:
linux-arm.tar.gz
linux-arm64-without-runtime.tar.gz
linux-arm64.tar.gz
token: ${{ GITHUB.RELEASE_TOKEN }}
token: ${{ secrets.RELEASE_TOKEN }}



Expand Down Expand Up @@ -130,4 +128,4 @@ jobs:
win10-x64.7z
win10-x86-without-runtime.7z
win10-x86.7z
token: ${{ GITHUB.RELEASE_TOKEN }}
token: ${{ secrets.RELEASE_TOKEN }}

0 comments on commit 8151e5e

Please sign in to comment.