Skip to content

Commit 971c2fc

Browse files
committed
chore: fix path to script
1 parent f1204e8 commit 971c2fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ jobs:
1919
token: ${{ secrets.GH_TOKEN }}
2020

2121
- name: Fast-forward master to develop
22-
run: ./.github/workflows/ff-master
22+
run: ./.github/workflows/ff-master.sh
2323

0 commit comments

Comments
 (0)