We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efede5d commit 07bd284Copy full SHA for 07bd284
.github/workflows/release.yaml
@@ -50,7 +50,7 @@ jobs:
50
- goarch: arm64
51
goos: windows
52
steps:
53
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
54
- name: Set APP_VERSION env
55
run: echo ::set-env name=APP_VERSION::$(cat ${GITHUB_EVENT_PATH} | jq -r .release.tag_name )
56
- name: Prepare qshell
0 commit comments