Skip to content

refactor: Change variables default value #12

refactor: Change variables default value

refactor: Change variables default value #12

Workflow file for this run

name: semantic-release
on:
workflow_dispatch:
push:
branches:
- main
paths:
- '**/*.tf'
- '.github/workflows/release.yml'
jobs:
release:
name: semantic-release
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
persist-credentials: false
- name: semantic-release
uses: cycjimmy/semantic-release-action@v3
with:
extra_plugins: |
@semantic-release/[email protected]
@semantic-release/[email protected]
[email protected]
env:
GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELEASE_TOKEN }}