From 6b56b25dcf10c52583a405a1fe4d7352d4a33c3d Mon Sep 17 00:00:00 2001 From: Atlassian Bamboo Date: Sat, 27 Apr 2024 05:17:33 +0300 Subject: [PATCH] skipci: Automatic increment build number --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 87b856e..6a34d48 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@adguard/github-actions-runner", - "version": "1.0.4", + "version": "1.0.5", "description": "A GitHub Action runner tool to automate repository mirroring, streamline command execution, and manage artifacts with enhanced logging.", "scripts": { "prepack": "pnpm build && pnpm build:txt",