Skip to content

Commit

Permalink
Fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubno committed Jul 14, 2023
1 parent 522ff3c commit b624d43
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/package-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,13 @@ on: [push]
permissions:
contents: read

defaults:
run:
working-directory: ${{ github.workspace }}/agent/python/

jobs:
publish:
name: Build and publish
runs-on: ubuntu-20.04
defaults:
run:
working-directory: ./agent/python/
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down

0 comments on commit b624d43

Please sign in to comment.