Skip to content

Commit

Permalink
fix wrong date time picker value on 12PM when using 12hours format
Browse files Browse the repository at this point in the history
  • Loading branch information
vegegoku committed Feb 12, 2024
1 parent 604221c commit a15d320
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ name: Deploy

on:
push:
branches: [ master , development, 1.0.1-RC6 ]
branches: [ v1.0.1-RC6, 1.0.1-RC6 ]

jobs:
verify:
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
name: Install gpg secret key
run: |
cat <(echo -e "${{ secrets.gpg_private_key }}") | gpg --batch --import
- name: publish to snapshot
- name: publish
run: mvn --no-transfer-progress clean deploy -B -e -Dci=true -Dgpg.passphrase=${{ secrets.gpg_passphrase }}
env:
SONATYPE_USERNAME: ${{ secrets.nexus_username }}
Expand Down

0 comments on commit a15d320

Please sign in to comment.