Skip to content

Commit

Permalink
Merge pull request #9 from denismakogon/asio
Browse files Browse the repository at this point in the history
output -> env
  • Loading branch information
denismakogon authored Nov 1, 2022
2 parents 0095737 + 7fb02c1 commit 50e01ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
- name: version
id: version
shell: bash
run: echo "version_var=$(date +'%Y.%m.%d')" >> $GITHUB_OUTPUT
run: echo "version_var=$(date +'%Y.%m.%d')" >> $GITHUB_ENV

- name: mvn
shell: bash
Expand Down

0 comments on commit 50e01ee

Please sign in to comment.