Skip to content

Commit 253c761

Browse files
ehildenbrv-auditor
andauthored
.github/master-push: use version tag (#579)
* .github/master-push: use version tag * Set Version: 0.1.2 --------- Co-authored-by: devops <devops@runtimeverification.com>
1 parent 8dfc2ab commit 253c761

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/master-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: 'Update dependents'
2727
run: |
2828
set -x
29-
version="${GITHUB_SHA}"
29+
version="$(cat package/version)"
3030
curl --fail \
3131
-X POST \
3232
-H "Accept: application/vnd.github+json" \

package/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.1
1+
0.1.2

pykwasm/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "pykwasm"
7-
version = "0.1.1"
7+
version = "0.1.2"
88
description = ""
99
authors = [
1010
"Runtime Verification, Inc. <contact@runtimeverification.com>",

0 commit comments

Comments
 (0)