Skip to content

Commit

Permalink
Set up auto devbuild releases (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamgio committed Aug 21, 2024
1 parent 05da334 commit b5a5c29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ jobs:
path: build/distributions/quarkdown.zip

- name: Create devbuild release
uses: marvinpinto/action-automatic-releases@latest
uses: marvinpinto/action-automatic-releases@v1.2.1
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: latest
automatic_release_tag: "latest"
prerelease: true
title: Development build
files: build/distributions/quarkdown.zip
Expand Down

0 comments on commit b5a5c29

Please sign in to comment.