Skip to content

Add tag template

Add tag template #26

name: Monthly release/tag
on:
schedule:
- cron: '0 0 1 * *'
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout branch
uses: actions/checkout@v4
- name: Generate release tag
id: generate_release_tag
uses: amitsingh-007/[email protected]
with:

Check failure on line 18 in .github/workflows/monthly-release.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/monthly-release.yaml

Invalid workflow file

You have an error in your yaml syntax on line 18
github_token: ${{ secrets.GITHUB_TOKEN }}
tag_prefix: 'noto-monthly-release-'
tag_template: ''yyyy.mm.i'
- name: Create Release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ steps.generate_release_tag.outputs.release_tag }}
release_name: Noto Monthly Release ${{ steps.generate_release_tag.outputs.release_tag }}
body: Monthly Noto release for downstream distributions