diff options
| author | shedaniel <daniel@shedaniel.me> | 2020-04-18 15:48:19 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2020-04-18 15:48:19 +0800 |
| commit | 8e617f5a6c92a21be270ec190261d979deac965f (patch) | |
| tree | db564a02bd9a4d60cf5362d0ae239924ccd5d9c6 /.github/workflows | |
| parent | 8fc595cace9efb981009b7a9f1a3be1809895164 (diff) | |
| download | RoughlyEnoughItems-8e617f5a6c92a21be270ec190261d979deac965f.tar.gz RoughlyEnoughItems-8e617f5a6c92a21be270ec190261d979deac965f.tar.bz2 RoughlyEnoughItems-8e617f5a6c92a21be270ec190261d979deac965f.zip | |
Added FluidSupportProvider
Signed-off-by: shedaniel <daniel@shedaniel.me>
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/curseforge.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/curseforge.yml b/.github/workflows/curseforge.yml index d989c9780..c8721ec76 100644 --- a/.github/workflows/curseforge.yml +++ b/.github/workflows/curseforge.yml @@ -19,3 +19,4 @@ jobs: run: ./gradlew clean build releaseOnCf --refresh-dependencies --stacktrace env: danielshe_curse_api_key: ${{ secrets.CF_API_KEY }} + BRANCH_NAME: ${{ github.ref }}
\ No newline at end of file |
