Skip to content

Fix scm contributors not showing #2

Fix scm contributors not showing

Fix scm contributors not showing #2

Workflow file for this run

# This workflow will create a release when a version tag ist pushed
# For more information see: https://github.com/softprops/action-gh-release
name: Create GitHub Release
on:
push:
tags:
- "v*.*.*"
jobs:
deploy:
name: Create Release
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Release
uses: softprops/action-gh-release@v1
with:
token: ${{ secrets.GH_PAT }}