Update documentation and publish workflow

This commit is contained in:
eikendev 2022-04-18 13:20:07 +02:00
parent 6149644ec3
commit bf3e87ad86
No known key found for this signature in database
GPG key ID: A1BDB1B28C8EF694
2 changed files with 5 additions and 3 deletions

View file

@ -22,12 +22,12 @@ jobs:
if: ${{ github.ref == 'refs/heads/main' }}
steps:
- name: Checkout the repository
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
fetch-depth: 0 # Needed to describe git ref during build.
- name: Export GOBIN
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: 1.16

View file

@ -12,6 +12,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0 # Needed to describe git ref during build.
- name: Export GOBIN
uses: actions/setup-go@v3