Skip to content

1.0.1

1.0.1 #2

Workflow file for this run

name: Release
on:
push:
tags:
- '!refs/tags/*'
- '!*'
- v*
permissions:
contents: write
jobs:
hello_world_job:
runs-on: ubuntu-latest
name: Create Release
steps:
- uses: maxnowack/[email protected]
with:
token: "${{ secrets.GITHUB_TOKEN }}"
useNameFromRef: 'true'
ref: "${{ github.ref }}"
badwords: 'ci:,docs:,chore:,chore(deps),fix(deps)'