Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/template/forks/polyipseity'
Browse files Browse the repository at this point in the history
Signed-off-by: William So <polyipseity@gmail.com>
  • Loading branch information
polyipseity committed Jul 4, 2023
2 parents 5f12ef9 + 1b0ba79 commit 45c8a7a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion build/obsidian-plugin-library

0 comments on commit 45c8a7a

Please sign in to comment.