Skip to content

Commit

Permalink
create pre-releases on each commit
Browse files Browse the repository at this point in the history
  • Loading branch information
paulchen committed Mar 9, 2023
1 parent 58ed335 commit 43a2d08
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/build_after_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,16 @@ jobs:
build
-P OSSRH_USERNAME=
-P OSSRH_PASSWORD=
pre-release:
name: "Pre Release"
runs-on: ubuntu-latest

steps:
- uses: "marvinpinto/action-automatic-releases@v1.2.1"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest"
prerelease: true
title: "Development Build"
files: |
LICENSE

0 comments on commit 43a2d08

Please sign in to comment.