Skip to content

Commit

Permalink
🔖 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ras0q committed Sep 9, 2024
1 parent dc949aa commit b4dfaa3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,13 @@ jobs:

steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4
with:
node-version-file: "package.json"
- run: npm install
- run: npm run build
node-version-file: ".node-version"
cache: "pnpm"
- run: pnpm install
- run: pnpm build
- run: |
tag="${GITHUB_REF#refs/tags/}"
gh release create "$tag" \
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-graph-banner",
"version": "1.2.0",
"version": "1.3.1",
"description": "Display a local graph view to the note header",
"main": "main.js",
"engines": {
Expand All @@ -10,7 +10,7 @@
"scripts": {
"dev": "node ./scripts/esbuild.config.mjs",
"build": "tsc -noEmit -skipLibCheck && node ./scripts/esbuild.config.mjs production",
"version": "node ./scripts/version-bump.mjs"
"bump-version": "node ./scripts/version-bump.mjs"
},
"keywords": [],
"author": "ras0q",
Expand Down

0 comments on commit b4dfaa3

Please sign in to comment.