From 2bc24169eb3150113a4ae64b74f554e359ed4a74 Mon Sep 17 00:00:00 2001 From: janniks Date: Thu, 16 Jun 2022 18:37:58 +0200 Subject: [PATCH] ci: rename changeset action --- .github/workflows/version.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/version.yml b/.github/workflows/version.yml index 7170721d..74eb0ebe 100644 --- a/.github/workflows/version.yml +++ b/.github/workflows/version.yml @@ -18,7 +18,7 @@ jobs: with: access_token: ${{ github.token }} - publish_beta: + version: runs-on: ubuntu-latest needs: pre_run steps: @@ -39,9 +39,9 @@ jobs: # hack changesets/action to allow not using changesets - run: | - mkdir .changesets - touch .changesets/fake-changeset.md - echo '.changesets/fake-changeset.md' >> .git/info/exclude + mkdir .changeset + touch .changeset/fake-changeset.md + echo '.changeset/fake-changeset.md' >> .git/info/exclude - name: Create Release Pull Request uses: changesets/action@v1