ci: update release-please

This commit is contained in:
Jef LeCompte
2020-12-13 00:48:25 -05:00
parent 769f19efa2
commit 704fa393c2
3 changed files with 448 additions and 448 deletions
+2 -1
View File
@@ -8,11 +8,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: GoogleCloudPlatform/release-please-action@v2.12.2
- uses: google-github-actions/release-please-action@v2.12.2
id: release
with:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: simple
changelog-path: docs/changelog.md
package-name: streetmerchant
- name: login into github package registry
run: echo ${{ secrets.CR_PAT }} | docker login ghcr.io -u $GITHUB_ACTOR --password-stdin