From 0b89ed21d97e1cde34530c2599437fe9e3d30857 Mon Sep 17 00:00:00 2001 From: Igor Alexandrov Date: Mon, 25 Nov 2024 14:48:05 +0400 Subject: [PATCH] Updated README to use 0.2.0 release --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1bbad83..98670b2 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ This GitHub Action deploys your application using Kamal and handles cancellation ```yaml steps: - name: Kamal Deploy - uses: igor-alexandrov/kamal-deploy@v0.1.3 + uses: igor-alexandrov/kamal-deploy@v0.2.0 with: # environment: 'staging' # Optional, only used if provided registry-username: ${{ secrets.KAMAL_REGISTRY_USERNAME }}