home-assistant-android/.github/workflows/monthly.yaml
dependabot[bot] 4b5f2afb47
Bump rickstaa/action-create-tag from 1.6.4 to 1.6.6 (#3991)
Bumps [rickstaa/action-create-tag](https://github.com/rickstaa/action-create-tag) from 1.6.4 to 1.6.6.
- [Release notes](https://github.com/rickstaa/action-create-tag/releases)
- [Commits](https://github.com/rickstaa/action-create-tag/compare/v1.6.4...v1.6.6)

---
updated-dependencies:
- dependency-name: rickstaa/action-create-tag
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-04 15:00:17 -04: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.6.6
with:
tag: ${{ steps.current-time.outputs.year }}.${{ steps.current-time.outputs.month }}.0