Skip to content

Commit

Permalink
fix step
Browse files Browse the repository at this point in the history
  • Loading branch information
tsotimus committed Jan 18, 2024
1 parent 382a5de commit fa28b79
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/vite_plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
branches: [main]

jobs:
build:
main:
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down Expand Up @@ -34,7 +34,6 @@ jobs:

# Do something more meaningful here, like push to NPM, do heavy computing, etc.
- name: Publish
needs: vite_plugin_posthog_changed
if: steps.vite_plugin_posthog_changed.outputs.changed == 'true' # Check output if it changed or not (returns a boolean)
uses: mikeal/merge-release@master
env:
Expand Down

0 comments on commit fa28b79

Please sign in to comment.