Skip to content

Commit

Permalink
Update node version and try to fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Ic3w0lf committed Sep 26, 2023
1 parent bbfe43e commit c991747
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit c991747

Please sign in to comment.