Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikprijck committed Dec 13, 2023
1 parent 7316075 commit 1fcd1a9
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/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,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
- if: steps.tag_exists.outputs.exists == 'true'
Expand Down

0 comments on commit 1fcd1a9

Please sign in to comment.