remove the if condition to test publish
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user