Files
nx_post_support/.gitea/workflows/build_and_puplish.yml
T
Workflow config file is invalid. Please check your config file: model.ReadWorkflow: yaml: line 22: mapping values are not allowed in this context

30 lines
798 B
YAML

on:
push:
branches:
- main
# tags:
# - '*'
jobs:
build_and_publish:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
# - name: Install NodeJS
# uses: actions/setup-node@v4
# with:
# node-version: 20
# - name: Install NPM
# run: npm i
# - name: Install VSCE
# run: npm -g i @vscode/vsce
- name: Tag Name
run: echo TAG: ${{ gitea.tag }}
# - name: Build Package Files
# run: npm run package
# - name: Publish to Visual Studio Marketplace
# uses: HaaLeo/publish-vscode-extension@v1
# with:
# pat: ${{ secrets.VSCODE_MARKETPALCE }}
# registryUrl: https://marketplace.visualstudio.com