Skip to content

Commit

Permalink
fix: release file path
Browse files Browse the repository at this point in the history
  • Loading branch information
shellingford330 committed Nov 11, 2021
1 parent 3ce6901 commit 7b6df68
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gh-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ on:
branches:
- main
paths:
- '**/RELEASE'
- 'RELEASE'
pull_request:
types: [opened, synchronize]
branches:
- main
paths:
- '**/RELEASE'
- 'RELEASE'

jobs:
gh-release:
Expand All @@ -18,5 +18,5 @@ jobs:
- uses: actions/checkout@v1
- uses: pipe-cd/[email protected]
with:
release_file: '**/RELEASE'
release_file: 'RELEASE'
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 7b6df68

Please sign in to comment.