Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Codel1417 authored Jul 8, 2024
1 parent afb06b5 commit 52f5b31
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ concurrency:
group: ci-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
prepare_release:
permissions:
pull-requests: read
contents: write
name: Build
runs-on: ubuntu-latest
steps:
Expand All @@ -28,3 +28,11 @@ jobs:
allow_forks: true
- name: output_dir
run: ls -al
- name: Release
uses: softprops/action-gh-release@v2
with:
files: artifact-linux/apk/release/app-release.apk
draft: true
tag_name: ${{ steps.version.outputs.version }}
fail_on_unmatched_files: true
generate_release_notes: true

0 comments on commit 52f5b31

Please sign in to comment.