Skip to content

chore(deps): update cycjimmy/semantic-release-action action to v6 #3

chore(deps): update cycjimmy/semantic-release-action action to v6

chore(deps): update cycjimmy/semantic-release-action action to v6 #3

Workflow file for this run

name: Release

Check failure on line 1 in .github/workflows/release.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/release.yaml

Invalid workflow file

(Line: 11, Col: 3): Unexpected value 'metadata'
on:
workflow_dispatch:
push:
branch:
- main
permissions:
contents: write
metadata: read
pull-requests: write
statuses: read
jobs:
release:
name: Release
runs-on: ubuntu-latest
# Do not run release workflow on forks
if: github.repository_owner == 'runatlantis'
steps:
- name: Checkout
uses: actions/checkout@v5
with:
fetch-depth: 0
persist-credentials: false
- name: Set correct Node.js version
uses: actions/setup-node@v6
with:
node-version: 24
- name: Release
uses: cycjimmy/semantic-release-action@v6.0.0
with:
semantic_version: 25.0.2
env:
GITHUB_TOKEN: ${{ github.token }}