Skip to content

Commit

Permalink
Merge pull request #190 from theohbrothers/fix/ci-fix-uploading-of-ar…
Browse files Browse the repository at this point in the history
…tifacts-in-release-job

Fix (ci): Fix uploading of artifacts in release job
  • Loading branch information
joeltimothyoh authored Sep 7, 2024
2 parents e66504f + 4f0462e commit aabb8cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-master-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: release-notes
include-hidden-files: true
path: .release-notes.md
- name: Create release
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit aabb8cb

Please sign in to comment.