diff --git a/.github/workflows/on-commit.yml b/.github/workflows/on-commit.yml index 07bb598..a0035c6 100644 --- a/.github/workflows/on-commit.yml +++ b/.github/workflows/on-commit.yml @@ -36,3 +36,12 @@ jobs: with: target_branch: main dir: create-bosh-release-action-test-boshrelease + + - name: Test final release + id: test_dev_release + uses: ./create-bosh-release-action/ # uses: ./.github/actions/my-private-repo/my-action #https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-using-an-action-inside-a-different-private-repository-than-the-workflow + with: + target_branch: main + dir: create-bosh-release-action-test-boshrelease + tag_name: "0.1.0" + override_existing: "true" \ No newline at end of file