Skip to content

Reworked receiver handler and autorelease #7

Reworked receiver handler and autorelease

Reworked receiver handler and autorelease #7

Workflow file for this run

name: Portage Auto release linux
on:
push:
tags:
- 'v*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Go
uses: actions/setup-go@v2
with:
go-version : '1.22'
- name: Build portage
run: go build -o portage main.go
release:
steps:
- name: Package for release
uses: svenstaro/upload-release-action@v2
with:
repo_token: {{ secrets.GITHUB_TOKEN }}

Check failure on line 23 in .github/workflows/auto_release.yml

View workflow run for this annotation

GitHub Actions / Portage Auto release linux

Invalid workflow file

The workflow is not valid. .github/workflows/auto_release.yml (Line: 23, Col: 23): A mapping was not expected .github/workflows/auto_release.yml (Line: 19, Col: 5): Required property is missing: runs-on

Check failure on line 23 in .github/workflows/auto_release.yml

View workflow run for this annotation

GitHub Actions / Portage Auto release linux

Invalid workflow file

The workflow is not valid. .github/workflows/auto_release.yml (Line: 23, Col: 23): A mapping was not expected .github/workflows/auto_release.yml (Line: 19, Col: 5): Required property is missing: runs-on
tag: ${{ github.ref }}
file: .portage
file_glob: true