Skip to content

Commit

Permalink
Merge pull request #553 from xinlian12/updateReleaseFile
Browse files Browse the repository at this point in the history
UpdateReleaseFile
  • Loading branch information
xinlian12 authored Feb 28, 2024
2 parents 5cee2bb + ddd4ac6 commit d893680
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,26 @@ on:
- v*

name: Build and create release
permissions:
actions: write
checks: write
contents: write
deployments: write
id-token: write
issues: write
discussions: write
packages: write
pages: write
pull-requests: write
repository-projects: write
security-events: write
statuses: write

jobs:
build:
name: Build and upload release binary
if: ${{ startsWith(github.ref, 'refs/tags/v')}}
runs-on: ubuntu-latest
permissions:
actions: write
contents: read
deployments: write
packages: write
pull-requests: write
security-events: write
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down

0 comments on commit d893680

Please sign in to comment.