Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
isaric authored Oct 25, 2023
1 parent 4cc89e3 commit 3b6c5ce
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
- name: checkout
uses: actions/checkout@v3
- name: release motion-poll
permissions: write-all
uses: wangyoucao577/go-release-action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -34,7 +33,6 @@ jobs:
binary_name: "motion-poll"
extra_files: LICENSE.txt README.md
- name: release set-time
permissions: write-all
uses: wangyoucao577/go-release-action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -45,7 +43,6 @@ jobs:
binary_name: "set-time"
extra_files: LICENSE.txt README.md
- name: release set-preset
permissions: write-all
uses: wangyoucao577/go-release-action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -56,7 +53,6 @@ jobs:
binary_name: "set-preset"
extra_files: LICENSE.txt README.md
- name: release goto-preset
permissions: write-all
uses: wangyoucao577/go-release-action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 3b6c5ce

Please sign in to comment.