Skip to content

1.10.4

1.10.4 #32

Workflow file for this run

name: Generate new release
on:
push:
tags:
- "v1*"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
ref: main
- name: Use Node.js 14.x
uses: actions/setup-node@v1
with:
node-version: 14.x
- name: git config
run: |
git config user.name "${GITHUB_ACTOR}"
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
- uses: ncipollo/release-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
- uses: italia/[email protected]
with:
slack_token: ${{ secrets.SLACK_TOKEN }}
channel_id: ${{ secrets.SLACK_CHANNEL }}
project_name: Tema Wordpress - Design Comuni