Skip to content

fix(deps): update all non-major dependencies #6

fix(deps): update all non-major dependencies

fix(deps): update all non-major dependencies #6

Workflow file for this run

---
#
# PLEASE NOTE: Managed workflow - do not change manually
#
name: Publish
on:
push:
branches:
- master
workflow_dispatch: {}
concurrency:
# only run one publishing at a time to avoid conflicts
group: publish-${{ github.ref }}
jobs:
publish:
uses: wetransform/gha-workflows/.github/workflows/gradle-library-publish.yml@16304f8d69b02d41137c247ce895fa51e659213f # v2.0.1
with:
expect-tests: false
java-version: 17
multi-module: true
semantic-release: false
secrets:
WETF_ARTIFACTORY_USER: ${{ secrets.WETF_ARTIFACTORY_USER }}
WETF_ARTIFACTORY_PASSWORD: ${{ secrets.WETF_ARTIFACTORY_PASSWORD }}
SLACK_NOTIFICATIONS_BOT_TOKEN: ${{ secrets.SLACK_NOTIFICATIONS_BOT_TOKEN }}