Socket
Socket
Sign inDemoInstall

delete-tag-and-release

Package Overview
Dependencies
1
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    delete-tag-and-release

Fork of [dev-drprasad/delete-tag-and-release](https://github.com/dev-drprasad/delete-tag-and-release) for use as a module


Version published
Maintainers
1
Install size
10.7 MB
Created

Readme

Source

Delete Tag And Release

Fork of dev-drprasad/delete-tag-and-release for use as a module

Usage

const deleteTagAndRelease = require("delete-tag-and-release");
deleteTagAndRelease({
  GITHUB_TOKEN: "My GitHub Token", // Or use the environment variable: GITHUB_TOKEN
  GITHUB_REPOSITORY: "<username>/<repository>" // Or use the environment variable: GITHUB_REPOSITORY
  TAG_NAME: "My Tag" // Or use the environment variable: TAG_NAME
});

FAQs

Last updated on 26 Jul 2021

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc