From 3014da1aa8848e76ace232b6237f9fa42653c638 Mon Sep 17 00:00:00 2001 From: Alan Tse Date: Wed, 7 Dec 2022 23:42:55 -0800 Subject: [PATCH] ci: swap semantic-release/github https://github.com/semantic-release/github/pull/487#issuecomment-1092868239 --- .github/workflows/semantic_release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/semantic_release.yml b/.github/workflows/semantic_release.yml index ec688fa..ac39473 100644 --- a/.github/workflows/semantic_release.yml +++ b/.github/workflows/semantic_release.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Get VR Address Tools run: git clone https://github.com/alandtse/vr_address_tools.git . - - name: Checkout + - name: Checkout uses: actions/checkout@v3 with: fetch-depth: 0 @@ -56,6 +56,7 @@ jobs: extra_plugins: | @semantic-release/changelog @semantic-release/git + @semantic-release/github@"https://registry.npmjs.org/@achingbrain/semantic-release-github/-/semantic-release-github-0.0.0.tgz" working_directory: ./fallout_vr_address_library env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}