From 3bde526d4fffb6a123d696228d0da252a7c959d3 Mon Sep 17 00:00:00 2001 From: Joseph Garrone Date: Tue, 26 Jul 2022 13:31:35 +0200 Subject: [PATCH] Update ci.yaml --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 944d915..c234fc2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -86,7 +86,7 @@ jobs: needs: - check_if_version_upgraded steps: - - uses: softprops/action-gh-release@v1 + - uses: softprops/action-gh-release@v0.1.14 with: name: Release v${{ needs.check_if_version_upgraded.outputs.to_version }} tag_name: v${{ needs.check_if_version_upgraded.outputs.to_version }} @@ -138,4 +138,4 @@ jobs: env: NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} VERSION: ${{ needs.check_if_version_upgraded.outputs.to_version }} - IS_BETA: ${{ needs.check_if_version_upgraded.outputs.is_release_beta }} \ No newline at end of file + IS_BETA: ${{ needs.check_if_version_upgraded.outputs.is_release_beta }}