We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d719c28 + 788779b commit 987ea59Copy full SHA for 987ea59
1 file changed
.github/workflows/publish.yml
@@ -26,7 +26,7 @@ jobs:
26
- uses: actions/checkout@v4
27
- name: Check if version has changed
28
id: check-version
29
- uses: actions/github-script@v6
+ uses: actions/github-script@v7
30
with:
31
script: |
32
const version = '${{ github.event.inputs.version }}' || require('./package.json').version;
@@ -97,7 +97,7 @@ jobs:
97
run: mv package.json.real package.json
98
99
- name: Create release and upload release asset
100
101
102
103
const fs = require("fs");
0 commit comments