mirror of
https://github.com/lovell/sharp.git
synced 2026-02-04 05:36:18 +01:00
CI: bump write-file-action
This commit is contained in:
4
.github/workflows/npm.yml
vendored
4
.github/workflows/npm.yml
vendored
@@ -110,7 +110,7 @@ jobs:
|
|||||||
script: |
|
script: |
|
||||||
core.setOutput('semver', context.ref.replace('refs/tags/v',''))
|
core.setOutput('semver', context.ref.replace('refs/tags/v',''))
|
||||||
- name: Create package.json
|
- name: Create package.json
|
||||||
uses: DamianReeves/write-file-action@v1.2
|
uses: DamianReeves/write-file-action@v1.3
|
||||||
with:
|
with:
|
||||||
path: package.json
|
path: package.json
|
||||||
contents: |
|
contents: |
|
||||||
@@ -121,7 +121,7 @@ jobs:
|
|||||||
"type": "module"
|
"type": "module"
|
||||||
}
|
}
|
||||||
- name: Create release.mjs
|
- name: Create release.mjs
|
||||||
uses: DamianReeves/write-file-action@v1.2
|
uses: DamianReeves/write-file-action@v1.3
|
||||||
with:
|
with:
|
||||||
path: release.mjs
|
path: release.mjs
|
||||||
contents: |
|
contents: |
|
||||||
|
|||||||
Reference in New Issue
Block a user