Skip to content

fix bundle

fix bundle #13

Workflow file for this run

name: Rocket chat notifications
# Controls when the action will run.
on:
push:
tags:
- '*'
jobs:
notification:
runs-on: ubuntu-latest
steps:
- name: Get the tag short reference
id: get_tag
run: echo ::set-output name=TAG::${GITHUB_REF/refs\/tags\//}
- name: Rocket.Chat Notification
uses: RocketChat/[email protected]
with:
type: success
job_name: "[cleverage/process-bundle](https://github.com/cleverage/process-bundle) : ${{ steps.get_tag.outputs.TAG }} has been released"
url: ${{ secrets.CLEVER_AGE_ROCKET_CHAT_WEBOOK_URL }}