Skip to content

Commit

Permalink
fix further
Browse files Browse the repository at this point in the history
  • Loading branch information
tsotimus committed Jan 20, 2024
1 parent 5cacaf8 commit d02bd58
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/vite_plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
fetch-depth: 0 # Necessary so we have commit history to compare to

- name: Check vite-plugin-posthog version
id: vpp_check
uses: Octopus-Moneycoach/version-has-changed@v1
with:
path: packages/vite-plugin-posthog/package.json
from: ${{github.event.before}}
to: ${{github.event.after}}
id: vpp_check
uses: Octopus-Moneycoach/version-has-changed@v1
with:
path: packages/vite-plugin-posthog/package.json
from: ${{github.event.before}}
to: ${{github.event.after}}
outputs:
vpp_changed: ${{ steps.vpp_check.outputs.changed}}

Expand Down

0 comments on commit d02bd58

Please sign in to comment.