Skip to content

Commit

Permalink
fix invalid workflow action config
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Mart committed Aug 18, 2023
1 parent 7ce8337 commit 6387864
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/on-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,9 @@ jobs:
psidk-book/psidk-book.tar.gz
draft: true
prerelease: ${{needs.prerelease-check.outputs.prerelease}}
release_name: ${{ github.ref_name }}
name: ${{ github.ref_name }}
tag_name: ${{ github.ref }}
body_path: ${{ steps.build_changelog.outputs.changelog }}
# note you'll typically need to create a personal access token
# with permissions to create releases in the other repo
#token: ${{ secrets.CUSTOM_GITHUB_TOKEN }}
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}


# build-new-CLI-versions:
# name: Build new CLI version
Expand Down

0 comments on commit 6387864

Please sign in to comment.