Skip to content

Commit 64fed8b

Browse files
author
Jani Giannoudis
committed
release yaml: removed orchestrator nitification
udated file version to 0.10.0
1 parent 0ff3f30 commit 64fed8b

2 files changed

Lines changed: 4 additions & 15 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -202,15 +202,4 @@ jobs:
202202
draft: ${{ steps.params.outputs.dry_run == 'true' }}
203203
generate_release_notes: true
204204

205-
- name: Notify orchestrator
206-
if: github.event_name == 'repository_dispatch'
207-
uses: peter-evans/repository-dispatch@v3
208-
with:
209-
token: ${{ secrets.PAT_DISPATCH }}
210-
repository: Payroll-Engine/PayrollEngine
211-
event-type: app-published
212-
client-payload: >-
213-
{
214-
"repo": "${{ github.repository }}",
215-
"version": "${{ steps.params.outputs.version }}"
216-
}
205+

Directory.Build.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
<PropertyGroup>
44
<TargetFramework>net10.0</TargetFramework>
5-
<Version>0.9.0-beta.dev</Version>
6-
<FileVersion>0.9.0</FileVersion>
7-
<InformationalVersion>0.9.0-beta.dev</InformationalVersion>
5+
<Version>0.10.0-beta.dev</Version>
6+
<FileVersion>0.10.0</FileVersion>
7+
<InformationalVersion>0.10.0-beta.dev</InformationalVersion>
88
<Authors>Jani Giannoudis</Authors>
99
<Company>Software Consulting Giannoudis</Company>
1010
<Copyright>© 2026 Software Consulting Giannoudis</Copyright>

0 commit comments

Comments
 (0)