Skip to content

Instantly share code, notes, and snippets.

View flogy's full-sized avatar

Florian Gyger flogy

View GitHub Profile
@flogy
flogy / push-tags.js
Created August 28, 2025 16:33
GitHub Actions Push Tags Trigger: Workaround for pushing more than 3 tags at once
/**
* MIT License
*
* Copyright (c) 2025 Florian Gyger <info@floriangyger.ch>
* Date: 28.08.2025
*
* Description:
* This script looks for unpushed git tags and pushes them one by one.
* It works around the GitHub limitation that prevents triggering GitHub Action workflows
* when more than 3 tags are pushed at once.