From 3317a90c86a297ad0b0db2c04fbf4cff2828c2b4 Mon Sep 17 00:00:00 2001 From: steveoh Date: Thu, 14 Oct 2021 13:08:17 -0600 Subject: [PATCH] chore: rename for clarity --- .github/workflows/{macos-deployment.yml => deploy.yml} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename .github/workflows/{macos-deployment.yml => deploy.yml} (98%) diff --git a/.github/workflows/macos-deployment.yml b/.github/workflows/deploy.yml similarity index 98% rename from .github/workflows/macos-deployment.yml rename to .github/workflows/deploy.yml index de1b37e..490aeba 100644 --- a/.github/workflows/macos-deployment.yml +++ b/.github/workflows/deploy.yml @@ -1,4 +1,4 @@ -name: macos-deployment +name: deploy on: release: types: @@ -17,7 +17,6 @@ jobs: run: | npm version ${{ steps.release-drafter.outputs.tag_name }} -m "release: %s" git push --follow-tags - macos: name: Draft Release runs-on: macos-latest