Skip to content

Update update-marketplace.yml #4

Update update-marketplace.yml

Update update-marketplace.yml #4

name: Update marketplace
on:
push:
branches: "main"
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true
jobs:
update-marketplace:
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: git tag marketplace --force
- run: git push origin marketplace --force