Skip to content

chore: bump hashicorp/aws from 5.66.0 to 5.67.0 (#83) #70

chore: bump hashicorp/aws from 5.66.0 to 5.67.0 (#83)

chore: bump hashicorp/aws from 5.66.0 to 5.67.0 (#83) #70

Workflow file for this run

name: Release
on:
push:
branches:
- main
permissions:
contents: write
issues: write
pull-requests: write
jobs:
release:
name: Release
runs-on: ubuntu-22.04
# Skip running release workflow on forks
if: github.repository_owner == 'craigsloggett-lab'
steps:
- name: Checkout
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
- name: Release
uses: cycjimmy/semantic-release-action@cb425203a562475bca039ba4dbf90c7f9ac790f4 # v4.1.0
with:
semantic_version: 23.0.5
extra_plugins: |
@semantic-release/git@10.0.1
conventional-changelog-conventionalcommits@7.0.2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}