Skip to content

Commit

Permalink
setup environment first
Browse files Browse the repository at this point in the history
  • Loading branch information
auxves committed Oct 29, 2021
1 parent 9c96240 commit 68ef37f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- name: Setup Environment
run: |
echo "::set-env name=VERSION::${GITHUB_REF//refs\/tags\/v}"
- name: Setup Java
uses: actions/setup-java@v1
with:
Expand All @@ -23,10 +27,6 @@ jobs:
gradle-version: current
arguments: build

- name: Setup Environment
run: |
echo "::set-env name=VERSION::${GITHUB_REF//refs\/tags\/v}"
- name: Publish to GitHub Releases
uses: AButler/[email protected]
with:
Expand Down

0 comments on commit 68ef37f

Please sign in to comment.