Skip to content

Commit

Permalink
Temporary change to test the CI publishing fix
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmc24 committed Apr 2, 2021
1 parent 7cd0ed7 commit 4fb85a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Publish package to the Maven Central Repository
on:
release:
types: [created]
push:
branches:
- fix-publish
jobs:
publish:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugins {
}

group = "com.github.davidmc24.gradle.plugin"
version = "1.1.1-SNAPSHOT"
version = "1.1.1"

def isCI = System.getenv("CI") == "true"

Expand Down

0 comments on commit 4fb85a4

Please sign in to comment.