Skip to content

Commit

Permalink
release: Version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jpenilla committed Dec 13, 2023
1 parent d1d3530 commit 85f307a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: "build"
on:
push:
branches: "**"
branches: [ "**" ]
tags-ignore: [ "**" ]
pull_request:
release:
types: [ released ]
types: [ published ]
jobs:
build:
strategy:
Expand All @@ -17,11 +17,11 @@ jobs:
runs-on: "${{ matrix.os }}"
steps:
- name: "checkout repository"
uses: "actions/checkout@v3"
uses: "actions/checkout@v4"
- name: "validate gradle wrapper"
uses: gradle/wrapper-validation-action@v1
- name: "setup jdk ${{ matrix.java }}"
uses: "actions/setup-java@v3"
uses: "actions/setup-java@v4"
with:
distribution: 'temurin'
java-version: "${{ matrix.java }}"
Expand Down
2 changes: 1 addition & 1 deletion plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
}

group = "io.papermc"
version = "0.1.1-SNAPSHOT"
version = "0.1.1"

repositories {
mavenCentral()
Expand Down

0 comments on commit 85f307a

Please sign in to comment.