Skip to content

Commit

Permalink
Second release march (#454)
Browse files Browse the repository at this point in the history
* Some PAFBungeecord Fixes (#442)

fix PAFBungeecord adapter

* Register Indonesia Languange on start up (#452)

* fix env var passing

Co-authored-by: J.T. McQuigg <[email protected]>
Co-authored-by: JektDV <[email protected]>
  • Loading branch information
3 people authored Mar 23, 2022
1 parent 69e5b10 commit 274898d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
sudo apt install -y -qq lftp
lftp -c "set ftp:ssl-allow no; open -u $J_DOCS_USER,$J_DOCS_PASS javadocs.andrei1058.dev; mirror -Rev bedwars-api/target/site/apidocs ./BedWars1058 --ignore-time --parallel=10 --exclude-glob .git* --exclude .git/"
curl -F "file=@bedwars-plugin/target/bedwars-plugin-$UPDATE_VERSION.jar" -F api_key=$POLY_API_KEY -F resource_id="1152" -F version="$UPDATE_VERSION" -F title="v$UPDATE_VERSION" -F message="For a detailed update log please visit https://github.com/andrei1058/BedWars1058/releases" "https://api.polymart.org/v1/postUpdate"
echo $UPDATE_VERSION >> $GITHUB_ENV
echo "$UPDATE_VERSION" >> $GITHUB_ENV
- name: Create Tag
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit 274898d

Please sign in to comment.