Skip to content

Commit

Permalink
checking github package workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
xkeshav committed Oct 13, 2024
1 parent 50afc13 commit 878ef3e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/github-publish.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Publish package to GitHub Packages

on:
release:
types: [published, prereleased, unpublished]
types: [created, prereleased]
jobs:
build:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Publish Package to NPM

on:
release:
types: [created, published]
types: [published]

jobs:
publish-to-npm:
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": "@xkeshav/gh-repo-care",
"version": "2.2.5",
"version": "2.2.6",
"private": false,
"displayName": "github-repo-care",
"description": "This is a npm CLI tool which help your GitHub repository to make it community supportive by adding necessary health files such as security,support,contribution and custom template for PR,issues and discussions.",
Expand Down

0 comments on commit 878ef3e

Please sign in to comment.