mirror of
https://github.com/GTNewHorizons/GTNH-Actions-Workflows.git
synced 2025-07-01 18:01:28 +02:00
Release version override hotfix
This commit is contained in:
parent
628e52620c
commit
d67fe98592
6
.github/workflows/release-tags.yml
vendored
6
.github/workflows/release-tags.yml
vendored
@ -24,6 +24,9 @@ on:
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
VERSION: ${{ github.ref_name }}
|
||||
RELEASE_VERSION: ${{ github.ref_name }}
|
||||
steps:
|
||||
- name: Checkout mod repo
|
||||
uses: actions/checkout@v3
|
||||
@ -33,9 +36,6 @@ jobs:
|
||||
- name: Validate gradle wrapper checksum
|
||||
uses: gradle/wrapper-validation-action@v1
|
||||
|
||||
- name: Set release version
|
||||
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
|
||||
|
||||
- name: Set up JDK 8 and 17
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user