diff --git a/.github/workflows/npm.yml b/.github/workflows/npm.yml index 0766b946..4626a652 100644 --- a/.github/workflows/npm.yml +++ b/.github/workflows/npm.yml @@ -43,7 +43,7 @@ jobs: script: | core.setOutput('semver', context.ref.replace('refs/tags/v','')) - name: Create package.json - uses: DamianReeves/write-file-action@v1 + uses: DamianReeves/write-file-action@v1.2 with: path: package.json contents: | @@ -53,7 +53,7 @@ jobs: } } - name: Create release.mjs - uses: DamianReeves/write-file-action@v1 + uses: DamianReeves/write-file-action@v1.2 with: path: release.mjs contents: |