Skip to content

chore(release): 0.1.9 #2

chore(release): 0.1.9

chore(release): 0.1.9 #2

Workflow file for this run

name: auto-release
on:
push:
tags:
- 'v*'
jobs:
tests:
uses: ./.github/workflows/tests.yml
release:

Check failure on line 12 in .github/workflows/auto-release.yml

View workflow run for this annotation

GitHub Actions / auto-release

Invalid workflow file

The workflow is not valid. .github/workflows/auto-release.yml (Line: 12, Col: 3): Error calling workflow 'brickhouse-tech/.github/.github/workflows/auto-release.yml@main'. The nested job 'create-release' is requesting 'contents: write', but is only allowed 'contents: read'.
needs: [tests]
uses: brickhouse-tech/.github/.github/workflows/auto-release.yml@main