Skip to content

fix colon in script part with folding (#12) #3

fix colon in script part with folding (#12)

fix colon in script part with folding (#12) #3

Workflow file for this run

name: Release
on:
push:
branches: [main]
jobs:
release_action:
steps:

Check failure on line 8 in .github/workflows/1-release.yml

View workflow run for this annotation

GitHub Actions / Release

Invalid workflow file

The workflow is not valid. .github/workflows/1-release.yml (Line: 8, Col: 5): Required property is missing: runs-on
- uses: actions/checkout@v3
- name: Semantic Release Action
uses: codfish/[email protected]
id: semantic
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
additional-packages: |
['semantic-release-replace-plugin', '@semantic-release/git']
plugins: |
[
'@semantic-release/commit-analyzer',
'@semantic-release/release-notes-generator',
[
"semantic-release-replace-plugin",
{
"replacements": [
{
"files": ["security-checks.yaml"],
"from": "main",
"to": "${nextRelease.version}",
"results": [
{
"file": "security-checks.yaml",
"hasChanged": true,
"numMatches": 1,
"numReplacements": 1
}
],
"countMatches": true
}
]
}
],
[
"@semantic-release/git",
{
"assets": ["security-checks.yaml"]
}
],
'@semantic-release/github'
]