Skip to content

Commit

Permalink
ci: github actions update
Browse files Browse the repository at this point in the history
  • Loading branch information
askuzminov committed Nov 17, 2020
1 parent 453980f commit d781c29
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
run: |
BNAME="$(echo -n ${GITHUB_REF##*/} | sed 's#/#-#g' | tr '[:upper:]' '[:lower:]')"
BID="$GITHUB_RUN_NUMBER-$(date +%s)"
echo ::set-env name=BRANCH_NAME::$BNAME
echo ::set-env name=APP_BUILD::$BID-$GITHUB_SHA
echo ::set-env name=BUILD_ID::$BID
echo "BRANCH_NAME=$BNAME" >> $GITHUB_ENV
echo "APP_BUILD=$BID-$GITHUB_SHA" >> $GITHUB_ENV
echo "BUILD_ID=$BID" >> $GITHUB_ENV
- name: Setup GIT
run: |
git config --local user.email "action@github.com"
Expand Down

0 comments on commit d781c29

Please sign in to comment.