Skip to content

update release.yml workflow #17

update release.yml workflow

update release.yml workflow #17

Workflow file for this run

name: 'Webapp AWS Ingress Release'
on:
push:
branches:
- main
defaults:
run:
shell: bash
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
with:
persist-credentials: false
fetch-depth: 0
- name: Release
uses: cycjimmy/semantic-release-action@cb425203a562475bca039ba4dbf90c7f9ac790f4 # v4.1.0
with:
extra_plugins: |
conventional-changelog-conventionalcommits@4.6.3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}