Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use JReleaser GitHub Action #222

Open
sormuras opened this issue Mar 30, 2021 · 0 comments
Open

Use JReleaser GitHub Action #222

sormuras opened this issue Mar 30, 2021 · 0 comments

Comments

@sormuras
Copy link
Owner

Replace following two workflow steps.

Rolling Early-Access (17-ea[+"SHA7"]) build triggered on push events:

- name: 'Release ${{ needs.setup.outputs.tag }}'
uses: marvinpinto/action-automatic-releases@latest
with:
automatic_release_tag: ${{ needs.setup.outputs.tag }}
repo_token: ${{ secrets.GITHUB_TOKEN }}
prerelease: true
title: "Bach ${{ needs.setup.outputs.version }}"
files: |
.bach/workspace/modules/*.jar

Stable 17-ea-N (soon 17[.x.y]) build, triggered manually:

- name: 'Release ${{ env.VERSION }}'
uses: marvinpinto/action-automatic-releases@latest
with:
automatic_release_tag: ${{ env.VERSION }}
repo_token: ${{ secrets.GITHUB_TOKEN }}
prerelease: ${{ github.event.inputs.pre-release }}
title: "Bach ${{ env.VERSION }}"
files: .bach/workspace/modules/*.jar

@sormuras sormuras added this to the 17-ea-2 milestone Mar 30, 2021
sormuras added a commit that referenced this issue Mar 30, 2021
@sormuras sormuras modified the milestones: 17-ea-2, 17-ea-3 Mar 31, 2021
sormuras added a commit that referenced this issue Mar 31, 2021
@sormuras sormuras modified the milestones: 17-ea-3, 17-ea-4 Apr 9, 2021
@sormuras sormuras modified the milestones: 17-ea-5, 18 Sep 1, 2021
@sormuras sormuras removed this from the 18 milestone Dec 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant