Skip to content

Commit

Permalink
Setup Release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
dpar39 committed Jan 4, 2024
1 parent 1e249c8 commit 56b3bf4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Conditionally Release and Deploy # depends on the content of CHANGELOG.md
runs-on: ubuntu-latest
environment: Release
if: github.event.workflow_run.conclusion == 'success' && github.ref == 'refs/heads/master' && github.repository_owner == 'matepek'
if: github.event.workflow_run.conclusion == 'success' && github.ref == 'refs/heads/master' && github.repository_owner == 'dpar39'

steps:
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

- fix to match file casing of source files when discovered by DBH.exe, otherwise test Uris don't exactly match open files in VSCode.
- fix for TAEF test filter arguments not being correct when running a subset of selected tests.
- setup CI/CD.
- setup CI/CD for TAEF extension.

## [4.9.0] - 2023-12-30

Expand Down

0 comments on commit 56b3bf4

Please sign in to comment.