Skip to content

Commit 8295573

Browse files
committed
fix
1 parent 3e2a8b9 commit 8295573

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ jobs:
8383
release:
8484
needs: build
8585
runs-on: ubuntu-latest
86+
if: startsWith(github.ref, 'refs/tags/')
8687
steps:
8788
- name: Download artifact
8889
uses: actions/download-artifact@v4
@@ -98,7 +99,6 @@ jobs:
9899
sha256sum * > checksums.txt
99100
100101
- name: Create Release
101-
# if: startsWith(github.ref, 'refs/tags/')
102102
uses: softprops/action-gh-release@v2
103103
with:
104104
files: ./dist/*

0 commit comments

Comments
 (0)