Skip to content

Merge pull request #4 from exoscale-labs/add-vm-id-check #44

Merge pull request #4 from exoscale-labs/add-vm-id-check

Merge pull request #4 from exoscale-labs/add-vm-id-check #44

Workflow file for this run

name: goreleaser
on:
pull_request:
push:
jobs:
goreleaser:
disabled: true

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

View workflow run for this annotation

GitHub Actions / goreleaser

Invalid workflow file

The workflow is not valid. .github/workflows/release.yml (Line: 9, Col: 5): Unexpected value 'disabled'
runs-on: ubuntu-latest
steps:
-
name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.14
-
name: Checkout
uses: actions/checkout@v2
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
version: latest
args: release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}