1 parent a64a2fc commit 76dd57dCopy full SHA for 76dd57d
1 file changed
.github/workflows/release.yml
@@ -4,7 +4,7 @@ name: 'Release'
4
on:
5
push:
6
tags:
7
- - '[0-9]+.[0-9]+.[0-9]+'
+ - 'v[0-9]+.[0-9]+.[0-9]+'
8
9
jobs:
10
release:
@@ -28,7 +28,7 @@ jobs:
28
uses: softprops/action-gh-release@v2
29
with:
30
files:
31
- pg_large_objects-${{ github.ref_name }}.tar
+ pg_large_objects-*.tar
32
33
- name: Publish to Hex.pm
34
run: mix deps.get && mix hex.publish --yes
0 commit comments