Skip to content

fix(deps): bump runatlantis/atlantis from v0.27.1 to v0.27.2 (#89) #103

fix(deps): bump runatlantis/atlantis from v0.27.1 to v0.27.2 (#89)

fix(deps): bump runatlantis/atlantis from v0.27.1 to v0.27.2 (#89) #103

Workflow file for this run

name: Release
on:
push:
branches:
- main
jobs:
release:
name: Release
runs-on: ubuntu-latest
permissions:
# Required to publish a GitHub release
contents: write
# Required to comment on issues and pull requests
issues: write
pull-requests: write
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: "🚀 Release 🎉"
uses: cycjimmy/semantic-release-action@v4
with:
semantic_version: 22.0.5
extra_plugins: |
@semantic-release/changelog@6.0.3
@semantic-release/git@10.0.1
conventional-changelog-conventionalcommits@7.0.2
env:
GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELEASE_GH_TOKEN }}