Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
rehiy committed Feb 2, 2023
1 parent 32c3863 commit 6c46cb4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: TDP Cloud Builder

on:
push:
paths:
- "docs/RELEASE.md"
tags:
- "v*.*.*"

jobs:
build:
Expand All @@ -28,6 +28,7 @@ jobs:

- name: Create github release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
body_path: docs/RELEASE.md
draft: false
Expand Down

0 comments on commit 6c46cb4

Please sign in to comment.