Skip to content

Commit

Permalink
Fix CI Release Job
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtharriger committed May 19, 2024
1 parent 33a60b8 commit 573c4be
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/ci-build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
branches:
- '**'

permissions:
contents: write

jobs:
build:
strategy:
Expand Down Expand Up @@ -48,7 +51,8 @@ jobs:
release:
runs-on: ubuntu-latest
needs: build
if: startsWith(github.event.head_commit.message, 'Release') && github.ref == 'refs/heads/main'
if: startsWith(github.event.head_commit.message, 'Release')
# && github.ref == 'refs/heads/main'
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Change Log

## 0.7.0 - [Unreleased]
## [0.6.1] - 2024-05-19

...
Fix CI Release Job

## [0.6.0] - 2024-05-19

Expand Down

0 comments on commit 573c4be

Please sign in to comment.