Skip to content

Commit

Permalink
fix: no package name in PR title (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
jthegedus committed May 31, 2021
1 parent 9bbd35c commit b950beb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@ jobs:
name: asdf plugin test
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
os:
- ubuntu-18.04
- ubuntu-20.04
- macos-10.15
# - macos-11
runs-on: ${{ matrix.os }}
steps:
- name: asdf_plugin_test
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
name: Release-Please
on:
push:
branches:
- main
name: release-please
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: GoogleCloudPlatform/release-please-action@v2
with:
release-type: simple
package-name: asdf-gcloud

0 comments on commit b950beb

Please sign in to comment.