Skip to content

Commit

Permalink
check gpg key
Browse files Browse the repository at this point in the history
  • Loading branch information
npololnskii committed Aug 14, 2024
1 parent 8dc85a7 commit eafec6e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: deploy
on:
push:
tags:
- '*'
branches:
- check-gpg-key
jobs:
build:
runs-on: ubuntu-20.04
Expand Down Expand Up @@ -34,8 +34,8 @@ jobs:
gpg --list-packets
./mvnw versions:set -DnewVersion=${GITHUB_REF#refs/tags/}
- name: Deploy
run: |
echo 'Deploy'
./mvnw deploy --settings release/settings.xml
echo 'Deploy finished successfully'
# - name: Deploy
# run: |
# echo 'Deploy'
# ./mvnw deploy --settings release/settings.xml
# echo 'Deploy finished successfully'

0 comments on commit eafec6e

Please sign in to comment.