olafurpg / setup-gpg

GitHub Action to install the same version of gpg as on Travis CI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub Action to install gpg v1.4.

Usage

In your GitHub Actions workflow, add a uses: declaration before calling the sbt command.

+++ .github/workflows/ci.yml
  name: CI
  on:
    push:
  jobs:
    build:
      runs-on: ubuntu-latest
      steps:
      - uses: actions/checkout@v1
+     - uses: olafurpg/setup-gpg@v3
      - run: sbt publishSigned

About

GitHub Action to install the same version of gpg as on Travis CI

License:MIT License


Languages

Language:TypeScript 53.0%Language:Shell 33.3%Language:JavaScript 13.7%