Skip to content

Commit

Permalink
releasing with tags
Browse files Browse the repository at this point in the history
  • Loading branch information
quadrismegistus committed Sep 24, 2023
1 parent 937ec2b commit 45bf304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest"
automatic_release_tag: "${{ github.base_ref }}"
prerelease: true
title: "Development Build"

0 comments on commit 45bf304

Please sign in to comment.