Skip to content

Commit

Permalink
Update check-gradle-wrapper.yml reference in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
NorseDreki committed Apr 25, 2024
1 parent 472c1ab commit 267ad60
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: build and publish

on:
push:
branches: [ main ]
tags:
- '*'

Expand All @@ -15,7 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: ./.github/workflows/check-gradle-wrapper.yml
- uses: NorseDreki/dogcat/.github/workflows/check-gradle-wrapper.yml@main

- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
Expand Down

0 comments on commit 267ad60

Please sign in to comment.