name: Generate Semantic Release on: push: branches: <<<<<<< HEAD - version-14 ======= - version-13 >>>>>>> 125a352bc2 (fix: allow all dispatch address for drop ship invoice) jobs: release: name: Release runs-on: ubuntu-latest steps: - name: Checkout Entire Repository uses: actions/checkout@v2 with: fetch-depth: 0 persist-credentials: false <<<<<<< HEAD ======= >>>>>>> 125a352bc2 (fix: allow all dispatch address for drop ship invoice) - name: Setup Node.js uses: actions/setup-node@v2 with: node-version: 20 <<<<<<< HEAD ======= >>>>>>> 125a352bc2 (fix: allow all dispatch address for drop ship invoice) - name: Setup dependencies run: | npm install @semantic-release/git @semantic-release/exec --no-save - name: Create Release env: GH_TOKEN: ${{ secrets.RELEASE_TOKEN }} GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }} GIT_AUTHOR_NAME: "Frappe PR Bot" GIT_AUTHOR_EMAIL: "developers@frappe.io" GIT_COMMITTER_NAME: "Frappe PR Bot" GIT_COMMITTER_EMAIL: "developers@frappe.io" run: npx semantic-release