Skip to content

Delete .github/workflows/try-me.yml #9

Delete .github/workflows/try-me.yml

Delete .github/workflows/try-me.yml #9

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