We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c8e9249 + 600e88c commit f6cc2b6Copy full SHA for f6cc2b6
.github/workflows/tag-and-release.yml
@@ -135,7 +135,7 @@ jobs:
135
runs-on: ubuntu-latest
136
steps:
137
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
138
- - uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34
+ - uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5
139
- run: |
140
export VERSION=$(sed -n -e 's/.*QVersionNumber::fromString(\"\(.*\)\");/\1/p' src/window.cpp)
141
make update-releases-json
0 commit comments