From 7169389f263ef247a6a35ca23e95e0c1411678ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carsten=20Daureh=C3=B8j?= Date: Tue, 5 Apr 2022 15:23:07 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20Fix=20publish=20workflow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/publish-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 2b5241f..3b9a9ad 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -15,4 +15,4 @@ jobs: - name: Publish run: yarn publish - name: Tag and Release - - uses: paralenz/actions/make-release@v2.1.1 \ No newline at end of file + uses: paralenz/actions/make-release@v2.1.1 \ No newline at end of file