Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
malikshi authored Dec 1, 2023
1 parent 3b1276f commit 403723b
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,17 @@ jobs:
cd sing-geoip
go run -v .
- name: Release rule sets
run: .github/release-rule-set-geosite.sh
- name: Release rule sets geosite
run: |
chmod +x .github/release-rule-set-geosite.sh
sh .github/release-rule-set-geosite.sh
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Release rule sets
run: .github/release-rule-set-geoip.sh
- name: Release rule sets geoip
run: |
chmod +x .github/release-rule-set-geoip.sh
sh .github/release-rule-set-geoip.sh
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 403723b

Please sign in to comment.