Skip to content

Commit b9b31b1

Browse files
authored
Merge pull request #207 from xen0n/fix-binary-making
Fix binary making
2 parents ee8641d + f724c32 commit b9b31b1

File tree

2 files changed

+25
-25
lines changed

2 files changed

+25
-25
lines changed

.github/workflows/mean_bean_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ on:
22
push:
33
# Sequence of patterns matched against refs/tags
44
tags:
5-
- "v*" # Push events to matching v*, i.e. v1.0, v20.15.10
5+
- "*" # our tags have no prefixes like "v"
66

77
name: Mean Bean Deploy
88
env:

Cargo.lock

Lines changed: 24 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)