Changed package name to match the repository url

This commit is contained in:
Dennis Heinrich 2024-11-26 13:02:57 +01:00
parent 683362a18c
commit a65a00614d
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@ on:
env: env:
REGISTRY: ghcr.io REGISTRY: ghcr.io
IMAGE_NAME: ls25discord IMAGE_NAME: ${{ github.repository }}
jobs: jobs:
build-and-push: build-and-push:

View file

@ -1,5 +1,5 @@
{ {
"name": "ls25discord", "name": "ls25-discord-bot",
"version": "0.1.3", "version": "0.1.3",
"description": "A simple discord bot for farming simulator 25", "description": "A simple discord bot for farming simulator 25",
"main": "source/Main.ts", "main": "source/Main.ts",