Skip to content

Commit

Permalink
💚 Fix version-bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mokeyish authored Aug 17, 2024
1 parent 6b9ad99 commit daa80fa
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/version.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release Obsidian plugin
name: Bump Version

on:
workflow_dispatch:
Expand Down Expand Up @@ -30,6 +30,8 @@ jobs:
- uses: pnpm/action-setup@v4
with:
version: latest
- name: Install Dependencies
run: pnpm install
- name: Create local changes
run: |
npm run version-bump ${{ github.event.inputs.bump }}
Expand Down Expand Up @@ -61,10 +63,11 @@ jobs:
- uses: pnpm/action-setup@v4
with:
version: latest
- name: Install Dependencies
run: pnpm install
- name: Build
id: build
run: |
pnpm install
npm run build
mkdir ${{ env.PLUGIN_NAME }}
cp dist/* ${{ env.PLUGIN_NAME }}
Expand Down

0 comments on commit daa80fa

Please sign in to comment.