Skip to content

Commit 28b47bc

Browse files
committed
tests
1 parent f1ac962 commit 28b47bc

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

.github/workflows/release.yml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
name: Test & Release
2-
# on: [push]
3-
# branches:
4-
# - main
5-
# paths:
6-
# - src/*
7-
on: [workflow_dispatch]
2+
on: [push, workflow_dispatch]
3+
branches:
4+
- main
5+
paths:
6+
- src/*
87

98
permissions:
109
contents: write
1110

11+
env:
12+
VER: 1.1
13+
1214
jobs:
1315
Source:
1416
runs-on: ubuntu-latest
@@ -67,5 +69,5 @@ jobs:
6769
repo_token: ${{ secrets.GITHUB_TOKEN }}
6870
file: bincrypter
6971
overwrite: true
70-
# tag: v${{ env.VER }}
72+
tag: v${{ env.VER }}
7173

0 commit comments

Comments
 (0)