Skip to content

Commit

Permalink
fix publish
Browse files Browse the repository at this point in the history
  • Loading branch information
aquamatthias committed May 14, 2024
1 parent ac69042 commit 16f9511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
packages_dir: ./dist/

- name: Trigger workflow in fixinventory repo
if: ${{ github.actor != 'someci' }}
if: github.ref_type == 'tag' && github.actor != 'someci'
env:
GITHUB_TOKEN: ${{ secrets.SOME_CI_PAT }}
run: |
Expand Down

0 comments on commit 16f9511

Please sign in to comment.