Skip to content

Commit

Permalink
Update blank.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TrickyLeifa authored Jan 29, 2024
1 parent 9780b4c commit 0c1f5ba
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,18 @@ on:
push:
branches: ["master", "nightly"]

permissions: write-all

jobs:
Release:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: IsaacShelton/[email protected]
- uses: andelf/nightly-release@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
token: ${{secrets.GITHUB_TOKEN}}
replace: true
files: >
*.zip
tag_name: ${{ secrets.GITHUB_REF }}
name: ${{ secrets.GITHUB_REF }}
prerelease: false
files: |
./*.zip

0 comments on commit 0c1f5ba

Please sign in to comment.