Skip to content

Commit bd498e7

Browse files
committed
Switch to v2
1 parent 2771213 commit bd498e7

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,12 @@ name: "CodeQL"
1313

1414
on:
1515
push:
16-
branches: [ main ]
16+
branches:
17+
- main
1718
pull_request:
1819
# The branches below must be a subset of the branches above
19-
branches: [ main ]
20+
branches:
21+
- main
2022
schedule:
2123
- cron: '16 19 * * 4'
2224

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,11 @@ jobs:
6565
git config --local user.name "github-actions[bot]"
6666
git add dist
6767
git commit -m "Added dist files"
68-
git tag v1 -f
68+
git tag v2 -f
6969
- name: Push dist
7070
uses: ad-m/github-push-action@master
7171
with:
7272
github_token: ${{ secrets.GITHUB_TOKEN }}
73-
branch: dist/v1
73+
branch: dist/v2
7474
tags: true
7575
force: true

0 commit comments

Comments
 (0)