Skip to content

chore(deps): update tj-actions/changed-files action to v45.0.4 (#48) #33

chore(deps): update tj-actions/changed-files action to v45.0.4 (#48)

chore(deps): update tj-actions/changed-files action to v45.0.4 (#48) #33

Workflow file for this run

name: Release v1
on:
workflow_dispatch:
push:
branches:
- main
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Set git config
run: |
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
- name: Push v1 tag
run: |
git tag -f v1
git push -f origin v1