diff --git a/.github/workflows/snapshot.yml b/.github/workflows/snapshot.yml index edd2c19..479c34a 100644 --- a/.github/workflows/snapshot.yml +++ b/.github/workflows/snapshot.yml @@ -18,4 +18,4 @@ jobs: with: repo_token: ${{ secrets.GITHUB_TOKEN }} file: lib/build/libs/MKUI.jar - tag: snapshot-${{ 10 + github.run_number }} \ No newline at end of file + tag: ${{ github.run_number }} \ No newline at end of file diff --git a/README.md b/README.md index 5ec4cd2..fff4966 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ In your `build.gradle` file: (it should already be here if you're using the official mod template) * add `implementation "com.github.mnemotechnician:MKUI:TAG"` (replace `TAG` with the the latest tag in this repo) to the `dependencies {}` block -Note: you can go to the releases tab and use the name of the latest release as the tag. These names usually start with `snapshot-`. +Note: you can go to the releases tab and use the name of the latest release as the tag. These tags are usually just plain numbers. example of a `build.gradle` file: ```groovy