Skip to content

Commit

Permalink
check version.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
giper45 committed Jul 31, 2024
1 parent 292ca1a commit 849b8d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- name: Read version from VERSION.txt
id: get_version
run: |
cat VERSION.txt
VERSION=$(cat VERSION.txt)
echo "VERSION=${VERSION}" >> GITHUB_ENV
Expand Down

0 comments on commit 849b8d6

Please sign in to comment.