diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dc155e2..c1dffae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -82,7 +82,7 @@ jobs: 7z a "$DIR_NAME.zip" "$DIR_NAME/" - name: pre-release - uses: softprops/action-gh-release@v2.6.1 + uses: softprops/action-gh-release@v2.6.2 if: "! startsWith(github.ref, 'refs/tags/')" with: tag_name: master-${{ github.sha }} @@ -92,7 +92,7 @@ jobs: *.zip - name: tagged-release - uses: softprops/action-gh-release@v2.6.1 + uses: softprops/action-gh-release@v2.6.2 if: startsWith(github.ref, 'refs/tags/') with: fail_on_unmatched_files: true @@ -167,7 +167,7 @@ jobs: tar cvf "$DIR_NAME.tar.gz" "$DIR_NAME/" - name: pre-release - uses: softprops/action-gh-release@v2.6.1 + uses: softprops/action-gh-release@v2.6.2 if: "! startsWith(github.ref, 'refs/tags/')" with: tag_name: master-${{ github.sha }} @@ -177,7 +177,7 @@ jobs: *.tar.gz - name: tagged-release - uses: softprops/action-gh-release@v2.6.1 + uses: softprops/action-gh-release@v2.6.2 if: startsWith(github.ref, 'refs/tags/') with: fail_on_unmatched_files: true