Skip to content

Fix Github Actions workflow #31

Fix Github Actions workflow

Fix Github Actions workflow #31

Workflow file for this run

name: Release Go Binary
on:
push:
tags:
- "v*"
jobs:
build:
runs-on: ubuntu-latest
steps:
- run: sudo apt install golang curl jq git
- run: git clone https://github.com/verdigado/pfa-ldap-auth.git
- run: bash -c "cd pfa-ldap-auth; git checkout ${{ github.ref }}; bash .github/workflows/release.sh"