Skip to content

Commit

Permalink
test publication
Browse files Browse the repository at this point in the history
  • Loading branch information
trdelnk committed Jun 15, 2024
1 parent 47cb47a commit 45cb3b6
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/publish-to-maven.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
name: Publish to Maven Central

on:
workflow_dispatch:
inputs:
version:
description: 'Library release version'
required: true
push:
branches:
- publish-to-maven

env:
NEW_VERSION: ${{ github.event.inputs.version }}
Expand All @@ -21,7 +18,7 @@ jobs:
strategy:
matrix:
include:
- os: macos-latest
# - os: macos-latest
- os: ubuntu-latest
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -53,8 +50,8 @@ jobs:
- name: Ensure main branch
run: ./.github/sh/validate_publishing_branch.sh

- name: Validate library version update
run: ./.github/sh/validate_version_update.sh "libraryVersion" "$NEW_VERSION"
# - name: Validate library version update
# run: ./.github/sh/validate_version_update.sh "libraryVersion" "$NEW_VERSION"

- name: Validate publishing
run: |
Expand Down

0 comments on commit 45cb3b6

Please sign in to comment.