Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
omidmk567 authored Mar 5, 2024
1 parent e94369a commit ccb4f1a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ on:

jobs:
release:
needs: build
continue-on-error: false
runs-on: ubuntu-latest

Expand All @@ -34,4 +33,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: release-artifacts
path: iam-api/target/*.jar
path: iam-api/target/*.jar

0 comments on commit ccb4f1a

Please sign in to comment.