Skip to content

docs: Added README and LICENSE #14

docs: Added README and LICENSE

docs: Added README and LICENSE #14

Workflow file for this run

name: PUblish Release
on:
push:
branches:
- 'master'
- 'main'
paths-ignore:
- '**/README.md'
- '**/LICENSE'
permissions:
contents: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install shc
run : |
sudo apt-get install shc
- name: Build
run: make build
- name: Generate release tag
uses: amitsingh-007/next-release-tag@v2.2.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
- name: Release
uses: softprops/action-gh-release@v1
with:
tag_name: ${{ env.release_tag }}
files: retocli