Skip to content

Commit

Permalink
Remove set env step.
Browse files Browse the repository at this point in the history
  • Loading branch information
emeraldjava committed Dec 27, 2020
1 parent 7593d8c commit e1c3f29
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Set env
run: echo ::set-env name=RELEASE_VERSION::$(echo ${GITHUB_REF:10})
- name: Setup PHP with composer v2
uses: shivammathur/setup-php@v2
with:
Expand Down

0 comments on commit e1c3f29

Please sign in to comment.