Skip to content

Merge pull request #89 from Anurag-Nagpal/fix_ci #12

Merge pull request #89 from Anurag-Nagpal/fix_ci

Merge pull request #89 from Anurag-Nagpal/fix_ci #12

Workflow file for this run

# For release build - release that - Github action tag and deploy it on Google Cloud Storage
name: Release
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Checkout sources
uses: actions/checkout@v2
with:
# Token is used to push on main branch
submodules: true # Fetch Hugo themes (true OR recursive)
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
- name: Semantic Release
id: semantic
uses: cycjimmy/[email protected]
with:
semantic_version: 17.3.7
extra_plugins: |
@semantic-release/[email protected]
@semantic-release/[email protected]
@semantic-release/[email protected]
@semantic-release/[email protected]
@semantic-release/[email protected]
@semantic-release/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}