Last active
January 16, 2023 01:00
-
-
Save wenqiglantz/88bf55bf1b5431e910d642ff08842939 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This workflow runs maven release to publish artifact to GitHub Packages | |
name: Release workflow to run maven release to publish release version to GitHub Packages | |
on: | |
workflow_dispatch: | |
push: | |
branches: | |
- release/* | |
jobs: | |
release: | |
uses: wenqiglantz/reusable-workflows-modules/.github/workflows/release.yml@main |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment