diff --git a/action.yml b/action.yml index baaee27..6ceba8c 100644 --- a/action.yml +++ b/action.yml @@ -43,7 +43,6 @@ runs: - uses: actions/checkout@v3 with: fetch-depth: 0 - ref: ${{ inputs.main-branch }} - name: Check release status id: release-status @@ -66,6 +65,7 @@ runs: env: GH_TOKEN: ${{ inputs.github-token }} run: | + git pull --no-rebase origin main semantic-release version git fetch --tags for file in ./dist/**