Skip to content

feat: Adding and updating controllers (#61) #12

feat: Adding and updating controllers (#61)

feat: Adding and updating controllers (#61) #12

Workflow file for this run

name: Release
on:
workflow_dispatch:
push:
branches:
- main
paths:
- '*.tf'
jobs:
release:
name: Release
runs-on: ubuntu-latest
# Skip running release workflow on forks
if: github.repository_owner == 'aws-ia'
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
persist-credentials: false
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 16
# - name: Release
# uses: cycjimmy/semantic-release-action@v3
# with:
# semantic_version: 18.0.0
# extra_plugins: |
# @semantic-release/[email protected]
# @semantic-release/[email protected]
# [email protected]
# env:
# GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELEASE }}