We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ba264f commit 43d8aebCopy full SHA for 43d8aeb
1 file changed
.github/workflows/CI.yml
@@ -50,7 +50,7 @@ jobs:
50
shell: bash
51
run: |
52
dev_version=$(date '+%Y%m%d%H%M%S')
53
- echo "RELEASE_VERSION=0.1.0${{ github.head_ref }}${dev_version}" >> $GITHUB_ENV
+ echo "RELEASE_VERSION=0.1.0test${dev_version}" >> $GITHUB_ENV
54
55
- uses: ./.github/build
56
with:
0 commit comments