Skip to content

Commit fd0e48c

Browse files
committed
Update release
1 parent 9e94a25 commit fd0e48c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,11 @@ jobs:
4949

5050
- name: Release
5151
uses: softprops/action-gh-release@v2
52+
if: startsWith(github.ref, 'refs/tags/')
5253
with:
5354
draft: true
55+
name: Release ${{ github.ref }}
5456
files: |
55-
.debian/artifacts/openstreetmap-cgimap_*.deb
57+
debian/artifacts/openstreetmap-cgimap_*.deb
5658
5759

0 commit comments

Comments
 (0)