Skip to content

Commit

Permalink
Merge pull request #467 from rtfpessoa/test-actions
Browse files Browse the repository at this point in the history
Merge pull request #466 from rtfpessoa/test-actions
  • Loading branch information
rtfpessoa authored Jan 6, 2023
2 parents 1cc02ff + be4b1d0 commit 37caf65
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 "[email protected]"
Expand Down

0 comments on commit 37caf65

Please sign in to comment.