Skip to content

Dev env init

Dev env init #10

name: Release workflow
on:
pull_request:
types:
- closed
branches:
- master
jobs:
build:
environment: tag and releases env
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.merge_commit_sha }}
fetch-depth: '0'
- name: Increment version and push tag
uses: anothrNick/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.BANDIT_AGENT_ACTIONS_TOKEN }}
WITH_V: false
DEFAULT_BUMP: patch