Skip to content

Bump sentry-sdk[django] from 2.14.0 to 2.16.0 (#724) #639

Bump sentry-sdk[django] from 2.14.0 to 2.16.0 (#724)

Bump sentry-sdk[django] from 2.14.0 to 2.16.0 (#724) #639

Workflow file for this run

name: Bump version
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
with:
fetch-depth: '0'
- name: Bump version and push tag
uses: anothrNick/[email protected]
env:
DEFAULT_BUMP: patch
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
WITH_V: true