Skip to content

Commit

Permalink
Change release action
Browse files Browse the repository at this point in the history
  • Loading branch information
LucBerge committed Sep 20, 2023
1 parent 37262d4 commit 88777c4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,8 @@ jobs:
run: mv apk/app-debug.apk apk/Ideator.apk

- name: Create release
uses: marvinpinto/action-automatic-releases@latest
uses: softprops/action-gh-release@latest
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
automatic_release_tag: ${{ github.ref }}
prerelease: true
title: Pre-Release ${{ env.VERSION }}
files: |
./apk/Ideator.apk

0 comments on commit 88777c4

Please sign in to comment.