remove the if condition to test publish

This commit is contained in:
Jacob Overgaard
2023-03-21 16:06:01 +01:00
parent e7161170f5
commit c295874ccf

View File

@@ -40,7 +40,7 @@ jobs:
path: ./dist/libs
publish-gpr:
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
# if: github.event_name == 'push' && github.ref == 'refs/heads/main'
needs: build
runs-on: ubuntu-latest
permissions: