Skip to content

Commit

Permalink
Add .github/workflows/weekly-version.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kjuly committed Jun 11, 2024
1 parent f1486e3 commit 897d886
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/weekly-version.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Weekly Version

on:
workflow_dispatch:

schedule:
- cron: "0 12 * * 3"

jobs:
create-tag:
runs-on: ubuntu-latest
steps:
- name: Create Tag for New Version
uses: kjuly/tag-xyz@main
with:
version_level: "z"
dispatch_workflow_id: "build-n-push.yml"

0 comments on commit 897d886

Please sign in to comment.