We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e9f69ca + de9b044 commit 79ba4ceCopy full SHA for 79ba4ce
1 file changed
.github/workflows/createrelease.yml
@@ -89,3 +89,13 @@ jobs:
89
tag: ${{ github.ref }}
90
overwrite: true
91
body: "Transaction Processor Subscription Stream Builder Projection"
92
+
93
+ - name: Upload callback handler subscription stream builder projection file to release
94
+ uses: svenstaro/upload-release-action@v2
95
+ with:
96
+ repo_token: ${{ secrets.GITHUB_TOKEN }}
97
+ file: /home/runner/work/EventStoreProjections/EventStoreProjections/src/continuous/CallbackHandlerEnricher.js
98
+ asset_name: CallbackHandlerEnricher.js
99
+ tag: ${{ github.ref }}
100
+ overwrite: true
101
+ body: "Callback Handler Subscription Stream Builder Projection"
0 commit comments