Skip to content

Commit 6c33769

Browse files
test
1 parent 0147701 commit 6c33769

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,15 @@
11
name: Release
22

33
on:
4-
push:
5-
tags:
6-
- "v[0-9]+.[0-9]+.[0-9]+"
7-
- "v[0-9]+.[0-9]+.[0-9]+-dev.[0-9]+"
8-
- "[0-9]+.[0-9]+.[0-9]+"
9-
- "[0-9]+.[0-9]+.[0-9]+-dev.[0-9]+"
4+
push
105

116
permissions:
127
contents: read
138

149
jobs:
1510
artifacts:
1611
name: Artifacts
17-
uses: ./.github/workflows/artifacts.yaml
12+
uses: bank-vaults/bank-vaults/.github/workflows/artifacts.yaml@main
1813
with:
1914
publish: true
2015
release: true

0 commit comments

Comments
 (0)