Skip to content

Commit

Permalink
ci: 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 0fac3af commit 69ec62c
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 141 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.

2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "4.3.1"
".": "4.4.1"
}
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!--pytest-codeblocks:skipfile-->
# CONTRIBUTING

## Set-up
Expand Down
2 changes: 1 addition & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"bootstrap-sha": "3c032c809f68f677d12fdac5557351cde40bffd7",
"bootstrap-sha": "8ed4b839a6c7808f551baea9284eb7e36be7ef58",
"include-v-in-tag": false,
"separate-pull-requests": true,
"prerelease": true,
Expand Down

0 comments on commit 69ec62c

Please sign in to comment.