Skip to content

Commit

Permalink
Fixed workflow and README
Browse files Browse the repository at this point in the history
  • Loading branch information
itsrn committed Jul 31, 2023
1 parent 162ef19 commit 756b98d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 29 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/npm-publish-github-packages.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: Publish Package

on:
push:
branches: main
release:
types: [created]
jobs:
publish:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write # allow GITHUB_TOKEN to publish packages
packages: write
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down
22 changes: 0 additions & 22 deletions .github/workflows/publish.yml

This file was deleted.

6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Hidabroot API _(unofficial)_

![npm version](https://img.shields.io/badge/npm-v0.5.0_beta-blue)
![version](https://img.shields.io/github/package-json/v/itsrn/hidabroot/main)
![typescript](https://img.shields.io/badge/</>-TypeScript-blue)
![issues](https://img.shields.io/github/issues/itsrn/hidabroot)
![pull requests](https://img.shields.io/github/issues-pr/itsrn/hidabroot)
Expand All @@ -13,13 +13,13 @@ _An (unofficial) API for Hidabroot_
## Install

```bash
npm install hidabroot
npm install @itsrn/hidabroot
```

Or with yarn:

```bash
yarn add hidabroot
yarn add @itsrn/hidabroot
```

## Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@itsrn/hidabroot",
"version": "0.5.0-beta",
"version": "0.5.2-beta",
"description": "An unofficial API for hidabroot",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down

0 comments on commit 756b98d

Please sign in to comment.