Merge pull request #467 from rtfpessoa/test-actions

Merge pull request #466 from rtfpessoa/test-actions
This commit is contained in:
Rodrigo Fernandes 2023-01-06 22:45:47 +00:00 committed by GitHub
commit 37caf65775
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -85,6 +85,8 @@ jobs:
uses: actions/download-artifact@v3 uses: actions/download-artifact@v3
with: with:
name: versions name: versions
- name: Store version
run: echo "version=$(cat .version)" >> $GITHUB_ENV
- name: Configure Git - name: Configure Git
run: | run: |
git config user.email "gh-actions@users.noreply.github.com" git config user.email "gh-actions@users.noreply.github.com"