From dfa384b59b8679343f1a0044ea94c8788d08deba Mon Sep 17 00:00:00 2001 From: death_au Date: Tue, 10 Nov 2020 11:22:45 +1100 Subject: [PATCH] Fixed an issue with the release workflow --- .github/workflows/release.yml | 2 +- .npmrc | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .npmrc diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b8b50a5..c91ba91 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,7 +30,7 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} message: 'chore: update version number ${{ github.ref }}' - branch: 'testaction' + branch: 'main' - name: Use Node.js uses: actions/setup-node@v1 with: diff --git a/.npmrc b/.npmrc new file mode 100644 index 0000000..1cc7118 --- /dev/null +++ b/.npmrc @@ -0,0 +1 @@ +tag-version-prefix = "" \ No newline at end of file