Skip to content

Commit

Permalink
Use new github env formats
Browse files Browse the repository at this point in the history
  • Loading branch information
adityapk00 committed Nov 18, 2020
1 parent fff5bba commit 1ad6cca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/printversion.ps1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
echo "::set-env name=VERSION::0.9.21"
echo "VERSION=0.9.21" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
2 changes: 1 addition & 1 deletion bin/printversion.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash
VERSION="0.9.21"
echo "::set-env name=VERSION::$VERSION"
echo "VERSION=$VERSION" >> $GITHUB_ENV

0 comments on commit 1ad6cca

Please sign in to comment.