Skip to content

Commit 37caf65

Browse files
authored
Merge pull request #467 from rtfpessoa/test-actions
Merge pull request #466 from rtfpessoa/test-actions
2 parents 1cc02ff + be4b1d0 commit 37caf65

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test-and-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ jobs:
8585
uses: actions/download-artifact@v3
8686
with:
8787
name: versions
88+
- name: Store version
89+
run: echo "version=$(cat .version)" >> $GITHUB_ENV
8890
- name: Configure Git
8991
run: |
9092
git config user.email "[email protected]"

0 commit comments

Comments
 (0)