Skip to content
This repository has been archived by the owner on May 10, 2022. It is now read-only.

Commit

Permalink
Merge pull request #5 from julb/fix/create-latest-release
Browse files Browse the repository at this point in the history
Create latest release on each release
  • Loading branch information
julb authored Feb 18, 2021
2 parents cceaad4 + c7d29ba commit 0141a3d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,13 +88,6 @@ jobs:
push: "origin ${{ steps.vars.outputs.release_version }}"
tag: "${{ steps.vars.outputs.release_version }}"

- name: Update major tag
uses: richardsimko/update-tag@v1
with:
tag_name: v${{ steps.vars.outputs.release_major_version }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Publish artifacts
run: echo "Publish artifacts to repository......."

Expand All @@ -116,6 +109,9 @@ jobs:
tag_name: ${{ steps.vars.outputs.release_version }}
release_name: Release ${{ steps.vars.outputs.release_version }}
body: ${{steps.github_release.outputs.changelog}}

- name: Run latest-tag
uses: EndBug/latest-tag@latest

- name: Merge back changes to target branch
uses: devmasx/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Manage the milestone
uses: julb/action-manage-milestone@v1
uses: julb/action-manage-milestone@latest
with:
title: Some title
state: open
Expand Down

0 comments on commit 0141a3d

Please sign in to comment.