Merge pull request #467 from rtfpessoa/test-actions
Merge pull request #466 from rtfpessoa/test-actions
This commit is contained in:
commit
37caf65775
1 changed files with 2 additions and 0 deletions
2
.github/workflows/test-and-publish.yml
vendored
2
.github/workflows/test-and-publish.yml
vendored
|
|
@ -85,6 +85,8 @@ jobs:
|
|||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: versions
|
||||
- name: Store version
|
||||
run: echo "version=$(cat .version)" >> $GITHUB_ENV
|
||||
- name: Configure Git
|
||||
run: |
|
||||
git config user.email "gh-actions@users.noreply.github.com"
|
||||
|
|
|
|||
Loading…
Reference in a new issue