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 f9ae307 + e18706a commit d55c753Copy full SHA for d55c753
.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@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed
+ - uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34
139
- run: |
140
export VERSION=$(sed -n -e 's/.*QVersionNumber::fromString(\"\(.*\)\");/\1/p' src/window.cpp)
141
make update-releases-json
0 commit comments