Skip to content

chore(deps): bump docker/metadata-action from 4 to 5 (#36) #20

chore(deps): bump docker/metadata-action from 4 to 5 (#36)

chore(deps): bump docker/metadata-action from 4 to 5 (#36) #20

Workflow file for this run

name: Release
on:
push:
branches:
- main
jobs:
semantic-release:
name: semantic-release
runs-on: ubuntu-latest
if: github.repository_owner == 'houstonj1'
steps:
- name: Checkout
uses: actions/checkout@v3
with:
persist-credentials: false
fetch-depth: 0
- name: Release
uses: cycjimmy/semantic-release-action@v3
with:
# You can specify specifying version range for the extra plugins if you prefer.
extra_plugins: |
@semantic-release/[email protected]
@semantic-release/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}