Skip to content

Commit

Permalink
fix: more tweaks and fixes (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
pgautier404 authored Jul 19, 2023
1 parent a79a02a commit 6b936bc
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/on-push-to-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,15 @@ on:

jobs:
test:
uses: ./.github/workflows/test.yml
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: read
steps:
- name: Setup repo
uses: actions/checkout@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}

- name: Run test
run: ./test.sh
2 changes: 2 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ name: release-please
jobs:
release-please:
runs-on: ubuntu-latest
outputs:
version: ${{ steps.release.outputs.tag_name }}
steps:
- uses: google-github-actions/release-please-action@v3
id: release
Expand Down

0 comments on commit 6b936bc

Please sign in to comment.