Skip to content

Merge pull request #35 from globis-org/remove/lint-manifests #19

Merge pull request #35 from globis-org/remove/lint-manifests

Merge pull request #35 from globis-org/remove/lint-manifests #19

Workflow file for this run

name: Release v1
on:
workflow_dispatch:
push:
branches:
- main
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.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