Skip to content

Commit

Permalink
fix Release build and publish job
Browse files Browse the repository at this point in the history
  • Loading branch information
ihermandev committed Jan 26, 2023
1 parent 73067d6 commit 04d044b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ on:
types: [released]

jobs:

publish:
name: Release build and publish
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3.1.0
with:
ref: release

- name: Set up JDK 11
uses: actions/setup-java@v3.6.0
with:
Expand Down

0 comments on commit 04d044b

Please sign in to comment.