Skip to content

Commit

Permalink
Merge pull request #26 from denismakogon/more-api
Browse files Browse the repository at this point in the history
extend release version content
  • Loading branch information
denismakogon authored Jun 18, 2024
2 parents c6e549c + 81798ff commit 2c47e68
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 @@ -189,7 +189,7 @@ jobs:
- name: version
id: version
shell: bash
run: echo "version_var=$(date +'%Y.%m.%d')" >> $GITHUB_ENV
run: echo "version_var=$(date +'%Y.%m.%d+%s')" >> $GITHUB_ENV

- name: Set up Homebrew
id: set-up-homebrew
Expand Down

0 comments on commit 2c47e68

Please sign in to comment.