Skip to content

Commit

Permalink
more action changes
Browse files Browse the repository at this point in the history
  • Loading branch information
MrNavaStar committed May 3, 2023
1 parent 02607e3 commit 0486957
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: Release New Version
on:
push:
tags:
- '*'
release:
types: [published]

jobs:
build:
Expand Down Expand Up @@ -46,7 +45,7 @@ jobs:
- name: Publish Release
uses: Kir-Antipov/[email protected]
with:
name: ""
name: SQLib {{ version }}
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}

files: ${{ github.workspace }}/*.jar
Expand Down

0 comments on commit 0486957

Please sign in to comment.