Skip to content

Commit 093bc81

Browse files
change wd (#397)
1 parent 403e930 commit 093bc81

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/autorelease-tag.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,18 @@ jobs:
2121
go-version: 1.21.x
2222

2323
- name: Bump version in banner.go
24+
working-directory: internal/runner
2425
run: |
2526
curl -LO https://raw.githubusercontent.com/projectdiscovery/utils/main/scripts/versionbump/versionbump.go
26-
go run versionbump.go -file internal/runner/banner.go -var version -part patch
27+
go run versionbump.go -file banner.go -var version -part patch
2728
2829
- name: Create local changes
30+
working-directory: internal/runner
2931
run: |
30-
git add internal/runner/banner.go
32+
git add banner.go
3133
3234
- name: Commit files
35+
working-directory: internal/runner
3336
run: |
3437
git config --local user.email "[email protected]"
3538
git config --local user.name "GitHub Action"

0 commit comments

Comments
 (0)