Skip to content

Commit

Permalink
fix: updated .releaserc
Browse files Browse the repository at this point in the history
  • Loading branch information
tomerh2001 committed Sep 30, 2023
1 parent 43beef5 commit 80c68c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 14 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DOCKER_REGISTRY_USER: ${{ github.actor }}
DOCKER_REGISTRY_PASSWORD: ${{ secrets.GH_TOKEN }}
DOCKER_REGISTRY_USER: ${{ secrets.DOCKER_REGISTRY_USER }}
DOCKER_REGISTRY_PASSWORD: ${{ secrets.DOCKER_REGISTRY_PASSWORD }}

12 changes: 1 addition & 11 deletions .releaserc
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
{
"branches": ["main"],
"extends": "semantic-release-npm-github-publish",
"plugins":
[
[
"@codedependant/semantic-release-docker",
{
dockerRegistry: "ghcr.io",
dockerProject: "tomerh2001",
dockerArgs: { GITHUB_TOKEN: true },
},
],
],
"plugins": ["@codedependant/semantic-release-docker"],
}

0 comments on commit 80c68c8

Please sign in to comment.