diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2f6bfcc..4a40801 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,7 @@ jobs: pack-directory = '.' output_file_path = '/tmp/${DATAPACK_BASENAME}.zip' - name: Tag and create release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: tag_name: "v${{ github.run_number }}" files: "/tmp/${DATAPACK_BASENAME}.zip"