From c99174723a5d14a41a43c8f015c56113d4f43c87 Mon Sep 17 00:00:00 2001 From: Jerome Wolff Date: Tue, 26 Sep 2023 21:25:27 +0200 Subject: [PATCH] Update node version and try to fix release workflow --- .github/workflows/release.yaml | 5 +++++ action.yml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4f2d164..f4e4d81 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -56,6 +56,11 @@ jobs: name: Release ${{ steps.tag.outputs.value }} body: ${{ steps.bumpr.outputs.message }} tag_name: ${{ steps.tag.outputs.value }} + files: | + dist + action.yml + LICENSE + README.md release-check: if: github.event.action == 'labeled' diff --git a/action.yml b/action.yml index f0dbd02..9770d30 100644 --- a/action.yml +++ b/action.yml @@ -61,5 +61,5 @@ outputs: description: 'The log output of the task that was ran, if `tail-logs` was set to true.' runs: - using: 'node16' + using: 'node20' main: 'dist/index.js'