We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 337b1bb + c991747 commit cf74f76Copy full SHA for cf74f76
.github/workflows/release.yaml
@@ -56,6 +56,11 @@ jobs:
56
name: Release ${{ steps.tag.outputs.value }}
57
body: ${{ steps.bumpr.outputs.message }}
58
tag_name: ${{ steps.tag.outputs.value }}
59
+ files: |
60
+ dist
61
+ action.yml
62
+ LICENSE
63
+ README.md
64
65
release-check:
66
if: github.event.action == 'labeled'
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'
0 commit comments