From 665c3340edb79b5678b9058054b3f89a70b3f93d Mon Sep 17 00:00:00 2001 From: Tomas Karasek Date: Tue, 13 Feb 2024 14:11:46 +0100 Subject: [PATCH] ff --- .github/workflows/release.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8b53964..43d2c9a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,8 +9,6 @@ jobs: build: runs-on: ubuntu-latest defaults: - run: - working-directory: .ansible/collections/ansible_collections/equinix/cloud steps: - name: checkout repo uses: actions/checkout@v4 @@ -34,7 +32,6 @@ jobs: - name: Do GitHub release uses: cycjimmy/semantic-release-action@v4 with: - working-directory: .ansible/collections/ansible_collections/equinix/cloud semantic_version: 19.0.5 extra_plugins: | @semantic-release/exec@6.0.3