Skip to content

chore: update abp to 9.1.3 #50

chore: update abp to 9.1.3

chore: update abp to 9.1.3 #50

Workflow file for this run

name: "Tagged Release"
on:
pull_request:
branches: [ main ]
jobs:
tagged-release:
name: "Tagged Release"
runs-on: "ubuntu-latest"
steps:
- name: "Auto release"
uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false
automatic_release_tag: "9.1.3"