Skip to content

release

release #18

Workflow file for this run

name: release
env:
GOWORK: off
on:
push:
tags:
- "v[0-9]+.[0-9]+.[0-9]+(\-.*)?"

Check failure on line 7 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/release.yml

Invalid workflow file

You have an error in your yaml syntax on line 7
permissions:
checks: write
pull-requests: write
packages: write
deployments: write
contents: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Release
uses: docker://antonyurchenko/git-release:latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Pull new module version
uses: andrewslotin/go-proxy-pull-action@master