Skip to content

Commit

Permalink
Merge pull request NguyenDuck#21 from NguyenDuck/dev
Browse files Browse the repository at this point in the history
fix: create pre-release on update
  • Loading branch information
NguyenDuck authored Sep 17, 2024
2 parents 3a48266 + 9d89117 commit 5c16dc0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release-on-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ on:
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout Project
uses: actions/checkout@v3
Expand Down Expand Up @@ -38,4 +40,5 @@ jobs:
with:
prerelease: true
name: Nightly Build
artifact: Blocktopograph.apk
artifacts: Blocktopograph.apk
tag: nightly

0 comments on commit 5c16dc0

Please sign in to comment.