home-assistant-android/.github/workflows/monthly.yaml
dependabot[bot] 17f86efd18
Bump rickstaa/action-create-tag from 1.7.1 to 1.7.2 (#4044)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-11 09:15:29 +01:00

22 lines
510 B
YAML

name: Bump our Calendar Version
on:
workflow_dispatch:
schedule:
- cron: '30 3 1 * *'
jobs:
tag:
name: Tag Monthly Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Get Current Time
uses: josStorer/get-current-time@v2.1.1
id: current-time
- name: Bump Calendar Version
uses: rickstaa/action-create-tag@v1.7.2
with:
tag: ${{ steps.current-time.outputs.year }}.${{ steps.current-time.outputs.month }}.0