Skip to content

chore(deps): bump ws from 6.2.2 to 6.2.3 in /ui (#1312) #61

chore(deps): bump ws from 6.2.2 to 6.2.3 in /ui (#1312)

chore(deps): bump ws from 6.2.2 to 6.2.3 in /ui (#1312) #61

Workflow file for this run

name: Bump version
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Bump version and push tag
id: tag_version
uses: mathieudutour/[email protected]
with:
github_token: ${{ secrets.RHACS_BOT_GITHUB_TOKEN }}
tag_prefix: ""
- name: Create a GitHub release
uses: ncipollo/release-action@v1
with:
tag: ${{ steps.tag_version.outputs.new_tag }}
name: Release ${{ steps.tag_version.outputs.new_tag }}
body: ${{ steps.tag_version.outputs.changelog }}