Skip to content

Commit

Permalink
[SkipCI][CI] Use version variable in job name
Browse files Browse the repository at this point in the history
  • Loading branch information
ViliusSutkus89 committed Nov 2, 2023
1 parent b67c54b commit 29d3183
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:
build:
if: "!contains(github.event.head_commit.message, '[SkipCI]')"
name: build ${{ inputs.package }} ${{ matrix.ndk }} ${{ matrix.libraryType }}
name: build ${{ inputs.package }} ${{ inputs.version }} ${{ matrix.ndk }} ${{ matrix.libraryType }}
runs-on: ubuntu-22.04
strategy:
fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
required: false
jobs:
release:
name: Release ${{ github.event.inputs.PACKAGE }} ${{ matrix.ndk }} ${{ matrix.libraryType }}
name: Release ${{ github.event.inputs.PACKAGE }} ${{ github.event.inputs.VERSION }} ${{ matrix.ndk }} ${{ matrix.libraryType }}
environment: SonatypeAccess
runs-on: ubuntu-22.04
strategy:
Expand Down

0 comments on commit 29d3183

Please sign in to comment.