Skip to content

Commit

Permalink
Update GitHub Actions to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
StefMa authored Dec 29, 2024
1 parent 945269d commit c68f9c1
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down Expand Up @@ -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

0 comments on commit c68f9c1

Please sign in to comment.