Skip to content

Commit

Permalink
fix working dir in release-admin-tools.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ShahabT committed Jul 23, 2024
1 parent 17f8780 commit 3a6b14f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-admin-tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,5 @@ jobs:
DST_REPO: temporalio
LATEST: ${{ github.event.inputs.latest }}
MAJOR: ${{ github.event.inputs.major }}
run: go run src/release_temporal/main.go
working-directory: ./src
run: go run release_temporal/main.go

0 comments on commit 3a6b14f

Please sign in to comment.