-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #25 from boozook/ci-fix-release
CI: fix artefacts naming (missed quote)
- Loading branch information
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# This workflow checking and comparing crate version by cargo-metadata with latest tag by git, | ||
# then trying to push new tag, the trigger release workflow. | ||
name: Tag Version | ||
name: Tagger | ||
on: | ||
push: | ||
branches: | ||
|
@@ -10,7 +10,7 @@ on: | |
|
||
jobs: | ||
push-tag: | ||
name: Tag crate version | ||
name: tag crate version | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: checkout | ||
|
@@ -25,7 +25,7 @@ jobs: | |
|
||
- id: new_tag | ||
name: try create tag | ||
uses: pontem-network/[email protected].0 | ||
uses: pontem-network/[email protected].1 | ||
with: | ||
# crate: crank # optional, auto-determable | ||
version-to-tag: "$1" | ||
|