From 7f914e9b8c9afd280bd6d5f091b090fc610bce81 Mon Sep 17 00:00:00 2001 From: Baptiste Arnaud Date: Sun, 26 Nov 2023 11:20:35 +0100 Subject: [PATCH] :green_heart: Update broken action-autotag package --- .github/workflows/auto-create-tags.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/auto-create-tags.yml b/.github/workflows/auto-create-tags.yml index db37985953..c9c7288dfd 100644 --- a/.github/workflows/auto-create-tags.yml +++ b/.github/workflows/auto-create-tags.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v2 - name: 'Create main tag' id: 'main' - uses: butlerlogic/action-autotag@stable + uses: butlerlogic/action-autotag@1.1.2 with: tag_prefix: 'v' @@ -23,19 +23,19 @@ jobs: uses: EndBug/latest-tag@latest - name: 'Create js tag' - uses: butlerlogic/action-autotag@stable + uses: butlerlogic/action-autotag@1.1.2 with: root: '/packages/embeds/js' tag_prefix: 'js-v' - name: 'Create react tag' - uses: butlerlogic/action-autotag@stable + uses: butlerlogic/action-autotag@1.1.2 with: root: '/packages/embeds/react' tag_prefix: 'react-v' - name: 'Create nextjs tag' - uses: butlerlogic/action-autotag@stable + uses: butlerlogic/action-autotag@1.1.2 with: root: '/packages/embeds/nextjs' tag_prefix: 'nextjs-v'