Skip to content

Commit 02cabca

Browse files
committed
Improve detection. of swift releases
1 parent b4cceb2 commit 02cabca

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/check_releases.yml renamed to .github/workflows/swift-releases.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,6 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v2
13-
- run: ./.github/workflows/check_releases.sh
13+
env:
14+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
15+
- run: ./.github/workflows/check_swift_releases.sh

0 commit comments

Comments
 (0)