Skip to content

heeelp

heeelp #2

Workflow file for this run

name: Production workflow
on:
push:
tags:
- production
branches:
- main
jobs:
publish-prod:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Hello world action
run: echo "Hello world"
- name: print current git tag
run: git describe