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

Commit

Permalink
Merge pull request #19 from adfinis-sygroup/fix/autotag-use-go-semant…
Browse files Browse the repository at this point in the history
…ic-relaese

fix(autotag): use go-semantic-release
  • Loading branch information
eyenx authored Feb 16, 2022
2 parents 589c196 + b5f578a commit f858948
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 f858948

Please sign in to comment.