Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-dev-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
path: ${{ env.DIST_DIR }}

- name: Update development release tag
uses: richardsimko/update-tag@v1
uses: fortify/3rdparty-actions/actions/richardsimko/update-tag/v1@main

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if: env.DO_RELEASE
with:
tag_name: ${{ env.RELEASE_TAG }}
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/build-prod-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,16 @@ name: Build production release
jobs:
build-and-release:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- name: Check-out source code
uses: actions/checkout@v2

- name: Generate and process release PR
id: release_please
uses: GoogleCloudPlatform/release-please-action@v2
uses: fortify/3rdparty-actions/actions/googleapis/release-please-action/v5@main

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please double-check whether this action upgrade requires any changes to the with: section

with:
release-type: simple
package-name: ${{ github.event.repository.name }}
Expand Down