Skip to content

Repository files navigation

o0th/action-create-release

This github action extract the version field in package.json or build.zig.zon and create a tag and a release

Usage

name: create-release

on:
  push:
    branches:
      - master 

permissions:
  contents: write

jobs:

  check-version:
    runs-on: ubuntu-latest

    steps:
      - uses: o0th/action-create-release@v1.0.0

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages