Skip to content

Commit cf74f76

Browse files
authored
Merge pull request #13 from geekcell/fix-release
Update node version and try to fix release workflow
2 parents 337b1bb + c991747 commit cf74f76

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/release.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,11 @@ jobs:
5656
name: Release ${{ steps.tag.outputs.value }}
5757
body: ${{ steps.bumpr.outputs.message }}
5858
tag_name: ${{ steps.tag.outputs.value }}
59+
files: |
60+
dist
61+
action.yml
62+
LICENSE
63+
README.md
5964
6065
release-check:
6166
if: github.event.action == 'labeled'

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,5 @@ outputs:
6161
description: 'The log output of the task that was ran, if `tail-logs` was set to true.'
6262

6363
runs:
64-
using: 'node16'
64+
using: 'node20'
6565
main: 'dist/index.js'

0 commit comments

Comments
 (0)