Skip to content

Commit

Permalink
BAH-1386 | added. name for workflow job
Browse files Browse the repository at this point in the history
  • Loading branch information
mohan-13 authored Feb 24, 2022
1 parent 9ca64df commit 3907cd2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build_deploy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build package and deploy
name: Build package and publish

on:
push:
Expand All @@ -7,6 +7,7 @@ on:

jobs:
build-package-deploy:
name: Build & Publish
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -22,4 +23,4 @@ jobs:
mvn package -DattachMuleSources -Pgithub deploy
env:
GITHUB_USER_REF: ${{ secrets.DOCKER_HUB_USERNAME }}
GITHUB_TOKEN_REF: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN_REF: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 3907cd2

Please sign in to comment.