Skip to content

Commit 03f94a3

Browse files
committed
fix: adicionar dependência de tag na etapa de publicação do workflow
1 parent b5f1953 commit 03f94a3

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4848

4949
publish:
50+
needs: tag
5051
name: Publish
5152
runs-on: ubuntu-latest
5253
steps:

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "quickleaf"
3-
version = "0.4.1"
3+
version = "0.4.2"
44
edition = "2021"
55
license = "Apache-2.0"
66
authors = ["Philippe Assis <codephilippe@gmail.com>"]

0 commit comments

Comments
 (0)