Skip to content

Commit

Permalink
Revert "fix publish"
Browse files Browse the repository at this point in the history
This reverts commit 16f9511.
  • Loading branch information
aquamatthias committed May 14, 2024
1 parent 16f9511 commit 376b086
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.ref_type == 'tag' && github.actor != 'someci'
if: ${{ github.actor != 'someci' }}
env:
GITHUB_TOKEN: ${{ secrets.SOME_CI_PAT }}
run: |
Expand Down

0 comments on commit 376b086

Please sign in to comment.