mirror of
https://github.com/dylanarmstrong/obsidian-prettier-plugin.git
synced 2026-07-22 05:46:07 +00:00
chore: github action attempt 3
This commit is contained in:
parent
6db6b56ddc
commit
4baa84b100
2 changed files with 6 additions and 2 deletions
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
|
|
@ -24,6 +24,10 @@ jobs:
|
|||
pnpm install
|
||||
pnpm run build
|
||||
|
||||
- name: Zip
|
||||
run: |
|
||||
zip obsidian-prettier-plugin.zip main.js manifest.json styles.css
|
||||
|
||||
- name: Create release
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
@ -33,4 +37,4 @@ jobs:
|
|||
gh release create "$tag" \
|
||||
--title="$tag" \
|
||||
--draft \
|
||||
main.js manifest.json styles.css
|
||||
obsidian-prettier-plugin.zip main.js manifest.json styles.css
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "obsidian-prettier-plugin",
|
||||
"name": "Format with Prettier",
|
||||
"version": "0.1.1",
|
||||
"version": "0.1.2",
|
||||
"minAppVersion": "0.15.0",
|
||||
"description": "Format files with prettier",
|
||||
"author": "Dylan Armstrong <dylan@dylan.is>",
|
||||
|
|
|
|||
Loading…
Reference in a new issue