Skip to content

Commit

Permalink
Testing GitHub actions fix (#98)
Browse files Browse the repository at this point in the history
* Attempting to switch to master branch for releases

---------

Co-authored-by: noconnor <niall.oconnor@yahooinc.com>
  • Loading branch information
noconnor and noconnor authored Jun 17, 2023
1 parent 6c43cdf commit 5c7deb9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
ref: master # Switch back to master: see GITHUB_SHA https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#release
- name: Set up Maven Central Repository
uses: actions/setup-java@v3
with:
Expand All @@ -20,7 +21,7 @@ jobs:
gpg-private-key: ${{ secrets.GPG_SIGNING_KEY }}
gpg-passphrase: MAVEN_GPG_PASSPHRASE
- name: Setup git config
run: |
run: |
git config user.name "github-actions[release]"
git config user.email "github-actions[release]@users.noreply.github.com"
- name: Publish package
Expand Down

0 comments on commit 5c7deb9

Please sign in to comment.