diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 68bd95d..b94504d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -81,12 +81,12 @@ jobs: - name: Update static version numbers run: | - current_version="${{ steps.get_latest_tag.outputs.latest_tag_no_v }}" + current_version="${{ steps.get_version.outputs.current_version }}" + latest_tag="${{ steps.get_latest_tag.outputs.latest_tag_no_v }}" if [ -f "docs/README.md" ]; then echo "README.md exists. Modifying..." sed -i \ -e 's|\(Latest_Version-\)[^-\ ]*\(-lightblue\)|\1'"$current_version"'\2|' \ - -e 's|v[0-9]\+\.[0-9]\+\.[0-9]\+|v'"$current_version"'|g' \ docs/README.md else echo "README.md was not found. Skipping..." diff --git a/docs/README.md b/docs/README.md index ff39ac3..e8bdfa1 100644 --- a/docs/README.md +++ b/docs/README.md @@ -43,7 +43,7 @@

Blue Marble

Wplace Status -Latest Version +Latest Version Latest Release Software License: MPL-2.0 Contact Me @@ -134,9 +134,9 @@
Enable 'Developer Mode' and 'Allow user scripts'
  • Enable "Allow user scripts."
  • -
  • One-click install: Click this link to Install Blue Marble directly: Install Blue Marble +
  • One-click install: Click this link to install Blue Marble directly: Install Blue Marble
    - TamperMonkey will automatically detect the userscript and prompt you to Install it.
  • + TamperMonkey will automatically detect the userscript and prompt you to install it.
  • Refresh the wplace.live webpage.
  • @@ -173,15 +173,15 @@
    - Install FireFox (Click to Expand) + Install Firefox (Click to Expand)
    1. Install the TamperMonkey plugin for Firefox.
      - Click the 'Add to FireFox' button
    2. -
    3. One-click install: Click this link to Install Blue Marble directly: Install Blue Marble + Click the 'Add to Firefox' button
    4. +
    5. One-click install: Click this link to install Blue Marble directly: Install Blue Marble
      - TamperMonkey will automatically detect the userscript and prompt you to Install it.
    6. + TamperMonkey will automatically detect the userscript and prompt you to install it.
    7. Refresh the wplace.live webpage.
    @@ -267,4 +267,4 @@

    Why do game notifications appear on top of the overlay?

    A: Game notifications only appear when they need immediate attention. Therefore, they have priority over the overlay (which typically needs no attention).

    -

    \ No newline at end of file +