Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikprijck committed Dec 13, 2023
1 parent 3642d35 commit 1120bea
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .github/actions/tag-exists/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ inputs:
required: true
tag:
required: true
repo_owner:
required: true
repo_name:
required: true

outputs:
exists:
Expand All @@ -37,5 +33,4 @@ runs:
fi
env:
TAG_NAME: ${{ inputs.tag }}
GITHUB_REPOSITORY: ${{ inputs.repo_owner }}/${{ inputs.repo_name }}
GITHUB_TOKEN: ${{ inputs.token }}
2 changes: 0 additions & 2 deletions .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ jobs:
with:
tag: ${{ steps.get_version.outputs.version }}
token: ${{ secrets.GITHUB_TOKEN }}
repo_owner: ${{ github.repository_owner }}
repo_name: ${{ github.event.repository.name }}

# If the tag already exists, exit with an error
- run: echo "Test"
Expand Down

0 comments on commit 1120bea

Please sign in to comment.