Skip to content

Commit

Permalink
revert back to old release plugin for latest
Browse files Browse the repository at this point in the history
  • Loading branch information
mpawlowski committed Jun 12, 2024
1 parent 6564176 commit 364e36a
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions .github/workflows/build_continuous.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,12 @@ jobs:
mkdir -p release-bin/
cp r2modman-headless release-bin/r2modman-headless-linux-amd64
- name: Tag Latest
run: |
git tag latest --force
git push origin latest --force
- name: Release
uses: softprops/action-gh-release@v2
- uses: marvinpinto/action-automatic-releases@latest
with:
tag_name: "refs/tags/latest"
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest"
prerelease: true
fail_on_unmatched_files: true
title: "Development Build"
files: |
LICENSE
release-bin/**
release-bin/*

0 comments on commit 364e36a

Please sign in to comment.