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