Skip to content

Commit

Permalink
try release
Browse files Browse the repository at this point in the history
  • Loading branch information
makeevrserg committed Sep 21, 2024
1 parent ce009c1 commit fbb706a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ jobs:
- uses: SebRollen/[email protected]
id: read_version
with:
file: './gradle/libs.versions.toml'
file: '/gradle/libs.versions.toml'
field: 'project-version-string'
# steps.read_name.outputs.value
- uses: SebRollen/[email protected]
id: read_name
with:
file: './gradle/libs.versions.toml'
file: '/gradle/libs.versions.toml'
field: 'project-name'
- name: Create Release
id: create_release
Expand Down

0 comments on commit fbb706a

Please sign in to comment.