Skip to content

Commit

Permalink
chore: update github actions pipelines (#375)
Browse files Browse the repository at this point in the history
  • Loading branch information
roleyfoley authored Mar 25, 2024
1 parent 8278eb0 commit 96ef313
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ on:

jobs:
create_changelog:
uses: hamlet-io/.github/.github/workflows/changelog.yml@1.0.0
uses: hamlet-io/.github/.github/workflows/changelog.yml@1.1.4
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
pull_request:

jobs:
image_release:
uses: 'hamlet-io/.github/.github/workflows/[email protected]'
package:
if: ${{ github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags') }}
uses: hamlet-io/.github/.github/workflows/[email protected]
secrets: inherit

0 comments on commit 96ef313

Please sign in to comment.