Skip to content

Commit

Permalink
dont need seperate upload workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
andersliland committed Feb 5, 2024
1 parent d884c55 commit c585892
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 139 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@ jobs:
- uses: google-github-actions/release-please-action@v4
id: release
with:
# When you use the repository's GITHUB_TOKEN to perform tasks, events such as 'on.release'
# use in the Upload artifacts workflow wont be triggered.
# This prevents you from accidentally creating recursive workflow runs.
# We needed to use either a PAT og a GitHub App.
# https://docs.github.com/en/actions/using-workflows/triggering-a-workflow#triggering-a-workflow-from-a-workflow
token: ${{ secrets.TIENDABOT_ACCESS_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
config-file: release-please-config.json
manifest-file: .release-please-manifest.json
133 changes: 0 additions & 133 deletions .github/workflows/release-upload-artifacts.yml

This file was deleted.

0 comments on commit c585892

Please sign in to comment.