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

Commit

Permalink
fix(autotag): use go-semantic-release
Browse files Browse the repository at this point in the history
Signed-off-by: Toni Tauro <[email protected]>
  • Loading branch information
eyenx committed Feb 16, 2022
1 parent 589c196 commit b5f578a
Showing 1 changed file with 10 additions and 13 deletions.
23 changes: 10 additions & 13 deletions .github/workflows/autotag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,17 @@ on:
branches:
- master
jobs:
build:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Bump version and push tag
id: tag_version
uses: mathieudutour/[email protected]
- name: Checkout
uses: actions/checkout@v2
with:
github_token: ${{ secrets.PAT }}
- name: Create a GitHub release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.PAT }}
fetch-depth: 0

- name: Run go-semantic-release
id: semrel
uses: go-semantic-release/[email protected]
with:
tag_name: ${{ steps.tag_version.outputs.new_tag }}
release_name: Release ${{ steps.tag_version.outputs.new_tag }}
body: ${{ steps.tag_version.outputs.changelog }}
github-token: ${{ secrets.PAT }}
allow-initial-development-versions: true

0 comments on commit b5f578a

Please sign in to comment.