From c68f9c1e7ce208f2cae8ba3676ada4cdb088b4ae Mon Sep 17 00:00:00 2001 From: "Stefan M." Date: Sun, 29 Dec 2024 21:10:13 +0100 Subject: [PATCH] Update GitHub Actions to latest versions --- .github/workflows/release.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4eb6f2b..f30aaca 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@v4 - name: Setup Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 'latest' @@ -61,9 +61,8 @@ jobs: git push origin "$MAJOR" --force - name: Create GitHub Release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: tag_name: "v${{ github.event.inputs.version }}" - name: "Release v${{ github.event.inputs.version }}" - body: "This is the release for version v${{ github.event.inputs.version }}." + name: "v${{ github.event.inputs.version }}" draft: true \ No newline at end of file