Skip to content

Commit

Permalink
Fix prompt and semver
Browse files Browse the repository at this point in the history
  • Loading branch information
jbropho committed Feb 27, 2024
1 parent 05636c5 commit ca7b771
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- master
- main
tags:
- '[0-9]+.[0-9]+.[0-9]'
- '[0-9]+.[0-9]+.[0-9]+'

jobs:
Explore-GitHub-Actions:
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
run: |
apt-get update
apt-get install gpg
apt-get install -y gpg
echo $GPG_PRIVATE_KEY |base64 --decode |gpg --yes --batch --import
export LEIN_GPG=/__w/jackdaw/jackdaw/.circleci/bin/gpg
export REAL_GPG=$(which gpg)
Expand Down

0 comments on commit ca7b771

Please sign in to comment.