Skip to content

Commit

Permalink
fix env :)
Browse files Browse the repository at this point in the history
  • Loading branch information
auxves committed Oct 29, 2021
1 parent 68ef37f commit 0e06b3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

- name: Setup Environment
run: |
echo "::set-env name=VERSION::${GITHUB_REF//refs\/tags\/v}"
echo "VERSION=${GITHUB_REF//refs\/tags\/v}" >> $GITHUB_ENV
- name: Setup Java
uses: actions/setup-java@v1
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ author=glossnyx
id=disco
title=Disco
description=Modular music disc loader
version=2.0.3
version=2.0.4

# Versions (https://modmuss50.me/fabric.html)
minecraft=1.17.1
Expand Down

0 comments on commit 0e06b3f

Please sign in to comment.