Skip to content

Commit

Permalink
script fix2
Browse files Browse the repository at this point in the history
  • Loading branch information
jijopulikkottil committed Mar 28, 2022
1 parent 82bf670 commit 71191aa
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/Deploying.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,5 @@ jobs:
id: updatedversion
- name: Set version and build number
run: |
version=$(agvtool what-marketing-version -terse1)
echo "version is $(version)"
echo "version is ${{version}}"
echo "version=$(agvtool what-marketing-version -terse1)" >> $GITHUB_ENV
echo "version is ${{env.version}}"

0 comments on commit 71191aa

Please sign in to comment.