We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adf035b commit 7070de2Copy full SHA for 7070de2
.github/workflows/sync-fork.yml
@@ -65,3 +65,12 @@ jobs:
65
else
66
echo "Tag already exists in fork: $LATEST_TAG"
67
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