diff --git a/.github/workflows/latest.yml b/.github/workflows/latest.yml index 1799dc2e..f2e8e465 100644 --- a/.github/workflows/latest.yml +++ b/.github/workflows/latest.yml @@ -17,16 +17,10 @@ jobs: npm pack --pack-destination=.github for file in .github/*.tgz; do mv "$file" "${file%-*}.tgz"; done - if: ${{github.ref == 'refs/tags/latest'}} - uses: softprops/action-gh-release@v1 - with: - append_body: true - fail_on_unmatched_files: true - files: | - .github/*.tgz - main.js - manifest.json - styles.css - prerelease: true + env: + GH_TOKEN: ${{github.token}} + run: | + gh release upload latest .github/*.tgz main.js manifest.json styles.css --clobber build-pnpm: runs-on: ubuntu-latest steps: diff --git a/build/obsidian-plugin-library b/build/obsidian-plugin-library index de139732..aa53b782 160000 --- a/build/obsidian-plugin-library +++ b/build/obsidian-plugin-library @@ -1 +1 @@ -Subproject commit de139732e84c40aab23e4f9f07fb2c69e8940e20 +Subproject commit aa53b7823e758bd8fc7b62fce98a93d0207a42e5