Skip to content

Commit

Permalink
Merge 59aef96 into master
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 12, 2022
2 parents 90b31ea + 59aef96 commit e519765
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/pipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,11 @@ jobs:
- name: Get the project version
id: get_version
run: echo "::set-output name=result::$(python .github/gradle_pkgver_not_on_gh.py)"
- run: python .github/gradle_pkgver_not_on_gh.py
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# - run: python .github/gradle_pkgver_not_on_gh.py
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

to-staging:
needs: [ unit-test, test-dev-as-module-from-git, unique_release_version ]
Expand Down
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,3 @@ tasks.register<Jar>("uberJar") {
.map { zipTree(it) }
})
}

0 comments on commit e519765

Please sign in to comment.