Skip to content

Bump slackapi/slack-github-action from 1.26.0 to 1.27.0 #37

Bump slackapi/slack-github-action from 1.26.0 to 1.27.0

Bump slackapi/slack-github-action from 1.26.0 to 1.27.0 #37

Workflow file for this run

name: Bump reusable workflows version
on:
pull_request:
types:
- closed
branches:
- main
jobs:
bump-version:
name: Bump version
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout the code
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.merge_commit_sha }}
fetch-depth: '0'
- name: Bump version and push tag
uses: anothrNick/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
WITH_V: true