Skip to content

Bump AWSSDK.S3 from 3.7.404.4 to 3.7.404.5 in /Fronter.NET (#626) #584

Bump AWSSDK.S3 from 3.7.404.4 to 3.7.404.5 in /Fronter.NET (#626)

Bump AWSSDK.S3 from 3.7.404.4 to 3.7.404.5 in /Fronter.NET (#626) #584

Workflow file for this run

name: Bump version
on:
push:
branches:
- main
jobs:
bump_tag:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: '0'
- name: "Bump version and push tag"
uses: anothrNick/github-tag-action@master
env:
GITHUB_TOKEN: ${{ secrets.API_TOKEN_GITHUB }}
DEFAULT_BUMP: none
WITH_V: false