Skip to content

chore(updater): bump pkg/dist/*.yml (2023-11-23) (#82) #49

chore(updater): bump pkg/dist/*.yml (2023-11-23) (#82)

chore(updater): bump pkg/dist/*.yml (2023-11-23) (#82) #49

Workflow file for this run

name: Releaser
on:
push:
branches:
- main
paths:
- pkg/dist/**
jobs:
releaser:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- id: sha
run: echo "sha=${GITHUB_SHA::7}" >> $GITHUB_OUTPUT
- id: version
uses: anothrNick/[email protected]
env:
GITHUB_TOKEN: ${{ github.token }}
WITH_V: true
- uses: softprops/action-gh-release@v1
with:
tag_name: ${{ steps.version.outputs.new_tag }}
name: ${{ steps.version.outputs.new_tag }}
body: auto-generated release for commit ${{ steps.sha.outputs.sha }}