Skip to content

Release-Dry-Run

Release-Dry-Run #15

name: Release-Dry-Run
on:
workflow_dispatch:
jobs:
Release:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout source
uses: actions/checkout@v2
- name: Go Semantic Release
uses: go-semantic-release/[email protected]
id: semrel
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
changelog-generator-opt: "emojis=true"
force-bump-patch-version: true
dry: true