Skip to content

Commit

Permalink
feat: github: Create a github action for nginx service - v8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
otakuryo committed Oct 9, 2023
1 parent c25f69c commit f23b8aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:

jobs:
build:

permissions: write-all
runs-on: ubuntu-latest

strategy:
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: mutiny-nginx-dist.zip
file: dist/mutiny-nginx-dist.zip
release_name: Release ${{ github.ref }}
body: |
Description of release

0 comments on commit f23b8aa

Please sign in to comment.