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 1cc02ff + be4b1d0 commit 37caf65Copy full SHA for 37caf65
.github/workflows/test-and-publish.yml
@@ -85,6 +85,8 @@ jobs:
85
uses: actions/download-artifact@v3
86
with:
87
name: versions
88
+ - name: Store version
89
+ run: echo "version=$(cat .version)" >> $GITHUB_ENV
90
- name: Configure Git
91
run: |
92
git config user.email "[email protected]"
0 commit comments