Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions .github/workflows/create-stable-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Create stable release

on:
schedule:
- cron: "0 3 * * 0" # At 03:00 on Sunday
workflow_dispatch:

jobs:
create-release:
permissions:
contents: write
id-token: write
uses: workleap/wl-reusable-workflows/.github/workflows/create-stable-release.yml@main
4 changes: 3 additions & 1 deletion .github/workflows/jira.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@ jobs:
uses: workleap/wl-reusable-workflows/.github/workflows/reusable-jira-workflow.yml@main
with:
branch_name: ${{ github.head_ref }}
secrets: inherit
permissions:
contents: read
id-token: write
8 changes: 5 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:

- uses: actions/setup-dotnet@v4
with:
dotnet-version: "8.0.x"
dotnet-version: "8.0.x"

- run: ./Build.ps1
shell: pwsh
env:
Expand All @@ -53,4 +53,6 @@ jobs:
uses: workleap/wl-reusable-workflows/.github/workflows/linearb-deployment.yml@main
with:
environment: 'release'
secrets: inherit
permissions:
id-token: write
contents: read
Loading