taking out dependency
All checks were successful
Build and Publish / Package Library (push) Successful in 14s

This commit is contained in:
Andy Pack 2024-07-28 14:22:38 +01:00
parent 7d23b01a5e
commit f68aab43e3
Signed by: sarsoo
GPG Key ID: A55BA3536A5E0ED7

View File

@ -9,7 +9,6 @@ jobs:
publishLib: publishLib:
runs-on: ubuntu-latest runs-on: ubuntu-latest
name: Package Library name: Package Library
needs: [ build ] # for ignoring bad builds
if: github.event_name == 'push' && github.ref == 'refs/heads/master' if: github.event_name == 'push' && github.ref == 'refs/heads/master'
steps: steps:
- name: Checkout - name: Checkout