Skip to content

Commit 36105ef

Browse files
committed
fixup! Add a workflow to push the GitHub Actions
1 parent 6b5a07a commit 36105ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push-github-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
git config --local user.name "GitGitGadget CI" &&
3737
git config --local user.email "ci@noreply.github.com" &&
3838
39-
if ! git fetch origin v1
39+
if ! git fetch --tags origin v1
4040
then
4141
# Starting from scratch
4242
v1=HEAD &&

0 commit comments

Comments
 (0)