Skip to content

Commit

Permalink
gh action release requires tag
Browse files Browse the repository at this point in the history
  • Loading branch information
awonak committed Jan 27, 2024
1 parent 84e3127 commit 6d33853
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
steps:
- name: Download release artifacts
uses: actions/download-artifact@v4
# if: startsWith(github.ref, 'refs/tags/')
if: startsWith(github.ref, 'refs/tags/')
with:
path: releases/

Expand All @@ -108,6 +108,6 @@ jobs:

- name: Create Release and attach files
uses: softprops/action-gh-release@v1
# if: startsWith(github.ref, 'refs/tags/')
if: startsWith(github.ref, 'refs/tags/')
with:
files: releases/*.hex

0 comments on commit 6d33853

Please sign in to comment.