Skip to content

update readme

update readme #19

Workflow file for this run

---
name: "Release"
on:
push:
branches:
- "main"
jobs:
release:
name: "Release"
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 2
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v40
with:
files: |
month_manager.js
- uses: "marvinpinto/action-automatic-releases@latest"
if: steps.changed-files.outputs.any_changed == 'true'
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest"
prerelease: false
files: |
month_manager.js