Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

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 3ed0cce commit 6498498
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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::1.3.3"
echo "VERSION=1.3.3" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
3 changes: 1 addition & 2 deletions bin/printversion.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/bin/bash
VERSION="1.3.3"

echo "::set-env name=VERSION::$VERSION"
echo "VERSION=$VERSION" >> $GITHUB_ENV

0 comments on commit 6498498

Please sign in to comment.