act
This commit is contained in:
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -88,11 +88,10 @@ jobs:
|
||||
retention-days: 7
|
||||
|
||||
- name: "Publish package"
|
||||
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
|
||||
run: |
|
||||
PUBLISH_USER="${{ secrets.PUBLISH_USER }}" \
|
||||
PUBLISH_KEY="${{ secrets.PUBLISH_KEY }}" \
|
||||
VERSION="${{ github.sha }}" \
|
||||
PACKAGE="${{ secrets.PACKAGE }}" \
|
||||
PACKAGE="${{ vars.PACKAGE }}" \
|
||||
python tools/build/publish.py
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user