Skip to content

Commit

Permalink
fix: action issue after org rename (#16)
Browse files Browse the repository at this point in the history
* fix package name, action & changeset

* try to fix changeset
  • Loading branch information
mustofa-id authored Jun 14, 2023
1 parent 5f3698f commit 2b05ab0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
'@ssec-llg/jkn': patch
'@ssecd/jkn': patch
---

rename org name
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ concurrency: ${{ github.workflow }}-${{ github.ref }}
jobs:
release:
# only run when pr merged & prevents from running on forks
if: github.event.pull_request.merged == true && github.repository == 'ssec-llg/jkn'
if: github.event.pull_request.merged == true && github.repository == 'ssecd/jkn'
runs-on: ubuntu-latest
steps:
- name: Checkout repo
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# @ssec-llg/jkn
# @ssecd/jkn

## 0.0.4

Expand Down
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"name": "@ssec-llg/jkn",
"name": "@ssecd/jkn",
"displayName": "JKN",
"version": "0.0.4",
"description": "JKN (BPJS) Bridging API untuk NodeJS",
"repository": {
"type": "git",
"url": "https://github.com/ssec-llg/jkn"
"url": "https://github.com/ssecd/jkn"
},
"homepage": "https://github.com/ssec-llg/jkn",
"homepage": "https://github.com/ssecd/jkn",
"private": false,
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 2b05ab0

Please sign in to comment.