Skip to content

fix: git commit counter fix for empty workspace #11

fix: git commit counter fix for empty workspace

fix: git commit counter fix for empty workspace #11

Workflow file for this run

# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: Release
on:
push:
branches: [master]
pull_request:
branches: [master]
env:
CI: true
jobs:
release:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.GH_TOKEN }}
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
shell: bash
run: |
bash --debug ./release.sh --plugins=git,github-release