Skip to content

Commit

Permalink
Update resolve-version.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mpetuska committed Jan 29, 2023
1 parent 0ad28f3 commit 3b69391
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ name: Release

on:
push:
paths-ignore:
- 'website/**'
- '**/*.md'
paths:
- '**/src/**'
branches:
- master
workflow_dispatch:
Expand Down Expand Up @@ -101,6 +100,7 @@ jobs:
ORG_GRADLE_PROJECT_sonatypeUsername: ${{ secrets.SONATYPE_NEXUS_USERNAME }}
ORG_GRADLE_PROJECT_sonatypePassword: ${{ secrets.SONATYPE_NEXUS_PASSWORD }}
strategy:
fail-fast: false
matrix:
repository:
- name: Github Packages
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/resolve-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
version:
value: ${{ jobs.resolve.outputs.version }}
snapshot:
value: ${{ jobs.resolve.outputs.version }}
value: ${{ jobs.resolve.outputs.snapshot }}

concurrency:
cancel-in-progress: true
Expand Down Expand Up @@ -66,3 +66,4 @@ jobs:
commit-message: '[ci skip] New SNAPSHOT - ${{ env.SNAPSHOT_VERSION }}'
branch: ci/version/${{ env.SNAPSHOT_VERSION }}
delete-branch: true
base: master

0 comments on commit 3b69391

Please sign in to comment.