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
|
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"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue