Skip to content

Commit 0da2fff

Browse files
committed
Update workflow
1 parent b26634f commit 0da2fff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
# if a release is being created, upload the package to the release
3535
- name: Upload releases
36-
if: startsWith(github.event.ref, 'refs/tags/v')
36+
if: startsWith(github.event.ref, 'refs/tags/')
3737
uses: softprops/action-gh-release@v1
3838
with:
3939
files: release/*

0 commit comments

Comments
 (0)