Skip to content

Commit

Permalink
add artifact publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
Savrov committed Dec 10, 2023
1 parent 04a3754 commit 531e7d2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
packages: write
steps:
- name: Extract branch name
run: echo "BRANCH_NAME=${GITHUB_REF#refs/heads/}" >> $GITHUB_ENV
run: echo "BRANCH_NAME=${GITHUB_REF#refs/heads/:8}" >> $GITHUB_ENV

- name: Checkout repository
uses: actions/checkout@v4
Expand Down
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

group = extra["project-group"] as String
version = extra["project-version"] as String

plugins {
kotlin("jvm") version "1.9.0"
Expand Down
3 changes: 1 addition & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
kotlin.code.style=official
project-group=com.github.savrov.github
project-name=action-version-cleaner
project-version=SNAPSHOT
project-name=action-version-cleaner

0 comments on commit 531e7d2

Please sign in to comment.