Skip to content

Commit

Permalink
Update on-release-workflow.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
gasgithub committed Sep 24, 2021
1 parent 42f9452 commit 0e703a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on-release-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ jobs:
uses: actions/checkout@v2

- name: Set env
run: echo ::set-env name=RELEASE_VERSION::$(echo ${GITHUB_REF#refs/*/})
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV


# Setup java
- name: Setup Java
Expand Down

0 comments on commit 0e703a2

Please sign in to comment.