Skip to content

feat: remote package installations can skip scripts #26

feat: remote package installations can skip scripts

feat: remote package installations can skip scripts #26

Workflow file for this run

name: Release new version
on:
push:
branches:
- main
workflow_dispatch:
inputs:
jobs:
release:
name: Release new version if no tag exists for it
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Create new tag and release
env:
GH_TOKEN: ${{ github.token }}
run: |
python3 .github/workflows/release.py