We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7204a55 commit 365dd1cCopy full SHA for 365dd1c
.github/workflows/publish.yml
@@ -3,7 +3,9 @@ name: wXTM bridge contracts package publish
3
on:
4
push:
5
tags:
6
- - '@tari-project/wxtm-bridge-contracts@v*'
+ - "@tari-project/wxtm-bridge-contracts@v*"
7
+
8
+run-name: "${{ github.ref_name }}"
9
10
env:
11
NODE_VERSION: "18.x"
0 commit comments