Skip to content

Update .gitlab-ci.yml file [skip-ci] #22

Update .gitlab-ci.yml file [skip-ci]

Update .gitlab-ci.yml file [skip-ci] #22

Workflow file for this run

name: Release
on:
pull_request:
branches:
- master
push:
branches:
- master
- beta
jobs:
release:
name: release
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v3
id: semantic
with:
extra_plugins: |
@semantic-release/commit-analyzer
@semantic-release/git
@semantic-release/changelog
semantic-release-slack-bot
@semantic-release/exec
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
SEMANTIC_RELEASE_PACKAGE: ${{ secrets.SEMANTIC_RELEASE_PACKAGE }}