Fixed yet another typo

This commit is contained in:
Anthony Wang 2020-06-16 12:30:11 -05:00 committed by GitHub
parent 2075b56e51
commit 4c2d6925b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,7 +32,7 @@ jobs:
- name: Bump version
run: |
g++ bump_version.cpp bump_version
g++ bump_version.cpp -o bump_version
./bump_version
echo ::set-env name=VERSION::$(cat ./VERSION)
echo ::set-env name=NAME::$(cat ./NAME)