Skip to content

Commit

Permalink
Change output
Browse files Browse the repository at this point in the history
  • Loading branch information
ArlonAntonius committed Mar 22, 2021
1 parent b5206a1 commit ceed506
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
with:
fetch-depth: 0

- name: Get the version
- name: Get version information
id: version
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}}})"
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}

build-php:
runs-on: ubuntu-latest
Expand Down

0 comments on commit ceed506

Please sign in to comment.