mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-12-22 10:08:15 -05:00
5 lines
105 B
Bash
Executable File
5 lines
105 B
Bash
Executable File
#!/bin/bash
|
|
|
|
export SIGN_VERSION=$(cat $GITHUB_EVENT_PATH| jq -r ".release.tag_name")
|
|
|
|
echo $SIGN_VERSION |