Skip to content

Commit

Permalink
Remove on push to main. Syntax fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
markpatton committed Dec 4, 2023
1 parent 9ea5140 commit 8cbefe0
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/pass-java-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ on:
nextversion:
description: 'Next dev version'
required: true
push:
branches:
- 'main'

jobs:
release:
Expand All @@ -37,15 +34,15 @@ jobs:
uses: actions/checkout@v3
with:
repository: eclipse-pass/pass-core
token: ${{ secrets.GH_PAT }}
path: pass-core
token: ${{ secrets.GH_PAT }}
path: pass-core

- name: Checkout pass-support
uses: actions/checkout@v3
with:
repository: eclipse-pass/pass-support
token: ${{ secrets.GH_PAT }}
path: pass-support
token: ${{ secrets.GH_PAT }}
path: pass-support

- name: Config git user
run: |
Expand Down

0 comments on commit 8cbefe0

Please sign in to comment.