Skip to content

Commit

Permalink
update some for release action
Browse files Browse the repository at this point in the history
  • Loading branch information
inhere committed Nov 18, 2020
1 parent 6455d67 commit 558e998
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,12 @@ jobs:

- name: Set ENV for github-release
run: |
echo ::set-env name=RELEASE_TAG::$(echo ${GITHUB_REF:10})
echo ::set-env name=RELEASE_NAME::"$GITHUB_WORKFLOW"
# echo ::set-env name=RELEASE_NAME::"$GITHUB_WORKFLOW"
# echo ::set-env name=RELEASE_TAG::$(echo ${GITHUB_REF:10})
echo "${GITHUB_REF:10}" >> $RELEASE_TAG
echo "$GITHUB_WORKFLOW" >> $RELEASE_NAME
echo $RELEASE_TAG
echo $RELEASE_NAME

# usage refer https://github.com/shivammathur/setup-php
- name: Setup PHP
Expand Down

0 comments on commit 558e998

Please sign in to comment.