Skip to content

chore: updated go-crypto #42

chore: updated go-crypto

chore: updated go-crypto #42

Workflow file for this run

name: Release
on:
workflow_dispatch:
push:
tags:
- 'v*'
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: heinrichreimer/[email protected]
id: changelog
with:
token: ${{ secrets.GITHUB_TOKEN }}
onlyLastTag: true
stripGeneratorNotice: true
stripHeaders: true
- uses: ncipollo/release-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
allowUpdates: true
body: |
${{ steps.changelog.outputs.changelog }}