Skip to content

Commit 7070de2

Browse files
authored
Update sync-fork.yml
1 parent adf035b commit 7070de2

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/sync-fork.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,12 @@ jobs:
6565
else
6666
echo "Tag already exists in fork: $LATEST_TAG"
6767
fi
68+
69+
- name: Create GitHub release for latest tag
70+
uses: ncipollo/release-action@v1
71+
if: github.event_name == 'workflow_dispatch' || steps.push_tag.outputs.pushed == 'true' || !github.event_name
72+
with:
73+
tag: ${{ env.LATEST_TAG }}
74+
generate_release_notes: true
75+
draft: false
76+
prerelease: false

0 commit comments

Comments
 (0)