From 56def5328d8fe063b5185d120fc9e736684ab595 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerg=C5=91=20Jedlicska?= Date: Thu, 22 Jun 2023 13:59:58 +0200 Subject: [PATCH] rename job --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 47595ed..1cceaa2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,7 +6,7 @@ on: # rebuild any PRs and any branch changes - main jobs: - integration-test: # make sure the action works on a clean machine without building + publish-automate-function-version: # make sure the action works on a clean machine without building runs-on: ubuntu-latest steps: - uses: actions/checkout@v3.4.0