We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dd3279 commit e7de2b9Copy full SHA for e7de2b9
.github/workflows/ci.yml
@@ -3,7 +3,7 @@ name: CI
3
on: [push, pull_request]
4
5
env:
6
- VERSION: "5.0.0.${{github.run_number}}"
+ VERSION: "5.0.1.${{github.run_number}}"
7
PACKAGE_SUFFIX: ""
8
9
jobs:
0 commit comments