Skip to content

Bump axios from 1.7.2 to 1.7.4 in /marketplace-ui #18

Bump axios from 1.7.2 to 1.7.4 in /marketplace-ui

Bump axios from 1.7.2 to 1.7.4 in /marketplace-ui #18

Workflow file for this run

name: Release Drafter
on:
push:
branches:
- master
pull_request:
types: [opened, reopened, synchronize]
workflow_dispatch:
inputs:
version:
description: 'Release version'
required: true
prerelease:
description: 'Is this a prerelease?'
required: false
default: false
type: boolean
permissions:
contents: write
pull-requests: write
jobs:
build:
uses: axonivy-market/github-workflows/.github/workflows/release-drafter.yml@v4
with:
version: ${{ github.event.inputs.version }}
prerelease: ${{ github.event.inputs.prerelease }}