mirror of
https://github.com/Kir-Antipov/mc-publish.git
synced 2024-11-25 09:51:01 -05:00
Bump version
This commit is contained in:
parent
9fe56c6406
commit
bbe6c59888
3 changed files with 4 additions and 4 deletions
|
@ -13,7 +13,7 @@ jobs:
|
||||||
build:
|
build:
|
||||||
# ...
|
# ...
|
||||||
steps:
|
steps:
|
||||||
- uses: Kir-Antipov/mc-publish@v1.1
|
- uses: Kir-Antipov/mc-publish@v2.0
|
||||||
with:
|
with:
|
||||||
modrinth-id: AANobbMI
|
modrinth-id: AANobbMI
|
||||||
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
|
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
|
||||||
|
@ -64,7 +64,7 @@ jobs:
|
||||||
build:
|
build:
|
||||||
# ...
|
# ...
|
||||||
steps:
|
steps:
|
||||||
- uses: Kir-Antipov/mc-publish@v1.1
|
- uses: Kir-Antipov/mc-publish@v2.0
|
||||||
with:
|
with:
|
||||||
# You don't need this section if you don't want to publish
|
# You don't need this section if you don't want to publish
|
||||||
# your assets to Modrinth
|
# your assets to Modrinth
|
||||||
|
|
2
package-lock.json
generated
2
package-lock.json
generated
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "mc-publish",
|
"name": "mc-publish",
|
||||||
"version": "1.1.0",
|
"version": "2.0.0",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "mc-publish",
|
"name": "mc-publish",
|
||||||
"version": "1.1.0",
|
"version": "2.0.0",
|
||||||
"description": "GitHub Action that helps you publish your Minecraft mods",
|
"description": "GitHub Action that helps you publish your Minecraft mods",
|
||||||
"main": "src/index.ts",
|
"main": "src/index.ts",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Loading…
Reference in a new issue