Skip to content

Dropout layer

Dropout layer #26

Workflow file for this run

name: Bump Version
on:
pull_request:
types:
- closed
branches:
- main
jobs:
bump_version:
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: Bump Version and Push tag
uses: anothrNick/[email protected]
env:
DEFAULT_BUMP: "none"
GITHUB_TOKEN: ${{ secrets.PAT }}
WITH_V: true
MAJOR_STRING_TOKEN: "major:"
MINOR_STRING_TOKEN: "minor:"
PATCH_STRING_TOKEN: "fix:"
BRANCH_HISTORY: "compare"